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
-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 -----------------------------------------------------