mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-10 21:00:27 -04:00
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
14 lines
326 B
Diff
14 lines
326 B
Diff
diff --git a/docs/src/conf.py b/docs/src/conf.py
|
|
index c99ca4e..4f216f8 100644
|
|
--- a/docs/src/conf.py
|
|
+++ b/docs/src/conf.py
|
|
@@ -3,7 +3,7 @@ import sys
|
|
from pathlib import Path
|
|
|
|
_root = Path(os.path.realpath(__file__)).parent.parent.parent
|
|
-sys.path.insert(0, _root)
|
|
+sys.path.insert(0, str(_root))
|
|
|
|
|
|
project = 'tekore'
|