We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6a0be commit a614628Copy full SHA for a614628
docs/conf.py
@@ -9,7 +9,7 @@
9
import os
10
import sys
11
12
-sys.path.insert(0, os.path.abspath(".."))
+sys.path.insert(0, os.path.abspath("../src/"))
13
14
project = "Reddit Python API"
15
copyright = "2023, Electronic-Mango"
@@ -28,4 +28,3 @@
28
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
29
30
html_theme = "sphinx_rtd_theme"
31
-html_static_path = ["_static"]
0 commit comments