summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 328b5d50..9bed95a3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,8 +24,10 @@ from datetime import datetime
# Insert Glances' path into the system.
sys.path.insert(0, os.path.abspath('..'))
+# WARNING: Do not move this import before the sys.path.insert() call.
from glances import __version__
+
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.