summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChristopher Hiller <boneskull@boneskull.com>2019-06-20 11:46:07 -0700
committerChristopher Hiller <boneskull@boneskull.com>2019-06-20 11:46:07 -0700
commitf8fa2024ed2bf6c7dc70752bd883c9feae3115be (patch)
tree79bf1edebec5959ca22c29f628245daab70ba407 /docs/conf.py
parentf8e036ee252aec41ca3118bd93b88ef73375831d (diff)
add intersphinx inventory
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index babb8c4a..54b5bc00 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -35,7 +35,7 @@ from glances import __version__
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
#extensions = ['sphinxcontrib.autohttp.bottle']
-extensions = []
+extensions = ['sphinx.ext.intersphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']