Skip to content

Commit 7651d11

Browse files
Add even more paths in conf.py
1 parent 73a3160 commit 7651d11

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/conf.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import sys
1111

1212
sys.path.insert(0, os.path.abspath(".."))
13-
sys.path.insert(0, os.path.abspath("../redditpythonapi"))
1413

1514
project = "Reddit Python API"
1615
copyright = "2023, Electronic-Mango"
@@ -19,12 +18,7 @@
1918
# -- General configuration ---------------------------------------------------
2019
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2120

22-
extensions = [
23-
"sphinx.ext.autodoc",
24-
"sphinx.ext.autosummary",
25-
"sphinx.ext.napoleon",
26-
"sphinx.ext.viewcode",
27-
]
21+
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.napoleon"]
2822

2923
templates_path = ["_templates"]
3024
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

0 commit comments

Comments
 (0)