Open kloczek opened 2 years ago
I forgot that to be able use straight sphinx-build it is necessary to apply patch like below
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -19,6 +19,7 @@
import os
from datetime import datetime
import sys
+sys.path.insert(0, os.path.abspath("../.."))
scripts = os.path.abspath('../../scripts')
sys.path.insert(0, scripts)
try:
Looks like documentation build fails with sphinx 5.x