Skip to content

Commit 73a3160

Browse files
Add more paths in conf.py
1 parent 186affd commit 73a3160

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
import redditpythonapi
9+
import os
10+
import sys
11+
12+
sys.path.insert(0, os.path.abspath(".."))
13+
sys.path.insert(0, os.path.abspath("../redditpythonapi"))
1014

1115
project = "Reddit Python API"
1216
copyright = "2023, Electronic-Mango"

0 commit comments

Comments
 (0)