X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;fp=doc%2Fsource%2Fconf.py;h=384585515da4f5c61fa82a1505aaf8c8f0d29c53;hb=a4fa4242a328252a2deb7d3fa9acaa59741dad8e;hp=6f553a02fb1abb7c6669cabc7276e9cd234c6eaa;hpb=80b4a0bf95fc816511966f79c91c6e16eda74b79;p=mpd-sima.git diff --git a/doc/source/conf.py b/doc/source/conf.py index 6f553a0..3845855 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -35,6 +35,7 @@ from sima.info import __version__, __author__ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.viewcode', + 'sphinx.ext.intersphinx', ] # Add any paths that contain templates here, relative to this directory. @@ -291,3 +292,5 @@ texinfo_documents = [ # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False + +intersphinx_mapping = {'https://docs.python.org/': None}