Browse Source

debug sphinx build

Signed-off-by: Ivan Schaller <ivan@schaller.sh>
pull/1261/head
Ivan Schaller 6 months ago
parent
commit
2b6a551bfb
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      docs/conf.py

+ 3
- 1
docs/conf.py View File

@ -1,7 +1,9 @@
import sys import sys
from pathlib import Path from pathlib import Path
sys.path.insert(0, str(Path("..").resolve()))
sys.path.insert(0, str(Path(__file__).parent.parent.resolve()))
print(f"SYS.PATH={sys.path}")
from octodns.__init__ import __version__ from octodns.__init__ import __version__


Loading…
Cancel
Save