summarylogtreecommitdiffstats
path: root/fix_sphinx-doc_link.patch
diff options
context:
space:
mode:
authorUniversebenzene2021-01-02 19:57:18 +0800
committerUniversebenzene2021-01-02 19:57:18 +0800
commit4ae93d7ff1fef2c4b0e2135cb250d9389ef26714 (patch)
tree2a346017a33212ddac4a17c557d77267bdd46775 /fix_sphinx-doc_link.patch
downloadaur-4ae93d7ff1fef2c4b0e2135cb250d9389ef26714.tar.gz
Initial import 0.5
Diffstat (limited to 'fix_sphinx-doc_link.patch')
-rw-r--r--fix_sphinx-doc_link.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/fix_sphinx-doc_link.patch b/fix_sphinx-doc_link.patch
new file mode 100644
index 000000000000..fd97a291fe95
--- /dev/null
+++ b/fix_sphinx-doc_link.patch
@@ -0,0 +1,10 @@
+--- a/doc/conf.py 2020-09-08 21:30:18.000000000 +0800
++++ b/doc/conf.py 2021-01-02 19:05:35.582692558 +0800
+@@ -275,6 +275,6 @@
+ # Intersphinx options
+ intersphinx_cache_limit = 10 # days to keep the cached inventories
+ intersphinx_mapping = {
+- 'sphinx': ('http://www.sphinx-doc.org/en/latest/', None),
++ 'sphinx': ('http://www.sphinx-doc.org/en/master/', None),
+ 'python': ('https://docs.python.org/3.6', None),
+ }