Skip to content

Commit 82b9e1b

Browse files
Fix included paths in Sphinx docs
1 parent adc35d4 commit 82b9e1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

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

9+
import os
10+
import sys
11+
12+
sys.path.insert(0, os.path.abspath(".."))
13+
914
project = "Reddit Python API"
1015
copyright = "2023, Electronic-Mango"
1116
author = "Electronic-Mango"

0 commit comments

Comments
 (0)