build: fix import paths for rtd

This commit is contained in:
2026-07-17 14:11:07 +03:00
parent 700893ecac
commit fd6add46f9
2 changed files with 3 additions and 8 deletions
+3
View File
@@ -10,6 +10,9 @@ build:
python:
install:
- requirements: docs/requirements.txt
- path: ahriman-core
- path: ahriman-triggers
- path: ahriman-web
formats:
- pdf
-8
View File
@@ -11,14 +11,6 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import datetime
import sys
from pathlib import Path
# support package imports
basedir = Path(__file__).resolve().parent.parent / "src"
sys.path.insert(0, str(basedir))
# -- Project information -----------------------------------------------------