summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index baf550e3e3..8a9cbc972e 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -53,7 +53,7 @@ author = 'The Linux Foundation'
53# -- General configuration --------------------------------------------------- 53# -- General configuration ---------------------------------------------------
54 54
55# Prevent building with an outdated version of sphinx 55# Prevent building with an outdated version of sphinx
56needs_sphinx = "3.1" 56needs_sphinx = "4.0"
57 57
58# to load local extension from the folder 'sphinx' 58# to load local extension from the folder 'sphinx'
59sys.path.insert(0, os.path.abspath('sphinx')) 59sys.path.insert(0, os.path.abspath('sphinx'))