Give Sphinx configuration domains access to grammar

This commit is contained in:
Petr Špaček
2022-05-11 10:38:05 +02:00
parent a691ebd0c9
commit 1c6f2c5ad1
5 changed files with 26 additions and 6 deletions

View File

@@ -104,6 +104,7 @@ def setup(app):
# documentation root, make it absolute.
#
sys.path.append(str(Path(__file__).resolve().parent / "_ext"))
sys.path.append(str(Path(__file__).resolve().parent.parent / "misc"))
# -- Project information -----------------------------------------------------