summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2016-05-31 14:09:23 +0200
committerNicolargo <nicolas@nicolargo.com>2016-05-31 14:09:23 +0200
commit6a049073daa558ae2864da61a68724741b78902f (patch)
tree250682289b38cd2fc6821016c42077f8865e307a /docs/conf.py
parent95260056d5d025652ec12ac7bc284f9eabd7183e (diff)
Change Curses message for history
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 0a20fda6..6d00a839 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -34,7 +34,7 @@ from glances import __version__
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
-extensions = []
+extensions = ['sphinxcontrib.autohttp.bottle']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']