blob: fd97a291fe95d35f9c2816e84393fecc929779cc (
plain)
1
2
3
4
5
6
7
8
9
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),
}
|