Skip to content

Commit a614628

Browse files
Update docs configuration with new sources structure
1 parent 7f6a0be commit a614628

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import os
1010
import sys
1111

12-
sys.path.insert(0, os.path.abspath(".."))
12+
sys.path.insert(0, os.path.abspath("../src/"))
1313

1414
project = "Reddit Python API"
1515
copyright = "2023, Electronic-Mango"
@@ -28,4 +28,3 @@
2828
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2929

3030
html_theme = "sphinx_rtd_theme"
31-
html_static_path = ["_static"]

0 commit comments

Comments
 (0)