瀏覽代碼

Updated intersphinx_mapping URL for sphinx.

Tim Graham 7 年之前
父節點
當前提交
cf8fc47974
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/conf.py

+ 1 - 1
docs/conf.py

@@ -135,7 +135,7 @@ pygments_style = 'trac'
 # branch, which is located at this URL.
 intersphinx_mapping = {
     'python': ('https://docs.python.org/3/', None),
-    'sphinx': ('http://sphinx-doc.org/', None),
+    'sphinx': ('http://www.sphinx-doc.org/en/master/', None),
     'psycopg2': ('http://initd.org/psycopg/docs/', None),
 }