[elbe-devel] [PATCH 1/4] docs: add missing import on "os"
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Wed Mar 27 17:23:04 CET 2024
This import was accidentally dropped.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
docs/conf.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/conf.py b/docs/conf.py
index ff614105e338..3a1bb0acf6df 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -18,6 +18,7 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
+import os
import subprocess
import sys
sys.path.insert(0, os.path.abspath('..'))
--
2.44.0
More information about the elbe-devel
mailing list