This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
debug sphinx build
Signed-off-by: Ivan Schaller <ivan@schaller.sh>
pull/1261/head
Ivan Schaller
6 months ago
parent
c581075c61
commit
2b6a551bfb
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
docs/conf.py
+ 3
- 1
docs/conf.py
View File
@ -1,7 +1,9 @@
import
sys
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__
Write
Preview
Loading…
Cancel
Save