summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2019-07-03 21:50:37 +0200
committerGitHub <noreply@github.com>2019-07-03 21:50:37 +0200
commit4ff7dc7f378d34ff219149af5b534bdee14d68ce (patch)
treedc0737b212b10680173dc4aee33c0c38f0c61475
parentd1b65a85f76e9816836d66e4a86885f0bf5f128b (diff)
parentf8fa2024ed2bf6c7dc70752bd883c9feae3115be (diff)
Merge pull request #1495 from boneskull/intersphinx
add intersphinx inventory
-rw-r--r--docs/conf.py2
-rw-r--r--docs/objects.invbin0 -> 1909 bytes
2 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']
diff --git a/docs/objects.inv b/docs/objects.inv
new file mode 100644
index 00000000..cca4aa50
--- /dev/null
+++ b/docs/objects.inv
Binary files differ