summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-08-24 19:32:42 +0200
committernicolargo <nicolas@nicolargo.com>2022-08-24 19:32:42 +0200
commitef9917a9a85c897db055c988244bf03a0c3231b3 (patch)
tree53c3d95b1a160e1a92e2e78e60db7dda737a2da4 /docs/conf.py
parent46f1745a6df62ac5966e689efd289a121c9c9810 (diff)
[Update docs] Can I export only the fields I need in csv report? #2113
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 26b188d6..328b5d50 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -12,7 +12,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
-from glances import __version__
import sys
import os
from datetime import datetime
@@ -25,6 +24,7 @@ from datetime import datetime
# Insert Glances' path into the system.
sys.path.insert(0, os.path.abspath('..'))
+from glances import __version__
# -- General configuration ------------------------------------------------