mirror of
https://github.com/openRuyi-Project/openRuyi.git
synced 2026-05-14 02:43:47 +00:00
13 lines
550 B
Diff
13 lines
550 B
Diff
diff -U 3 -dHrN a/docs/conf.py c/docs/conf.py
|
|
--- a/docs/conf.py 2024-03-01 19:35:19.000000000 +0100
|
|
+++ c/docs/conf.py 2025-05-08 18:19:19.766473207 +0200
|
|
@@ -20,7 +20,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.
|
|
#sys.path.insert(0, os.path.abspath('.'))
|
|
-sys.path.insert(0, os.path.abspath('../'))
|
|
+sys.path.insert(0, os.path.abspath('../src/'))
|
|
|
|
# -- General configuration ------------------------------------------------
|
|
|