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 73a3160 commit 7651d11Copy full SHA for 7651d11
docs/conf.py
@@ -10,7 +10,6 @@
10
import sys
11
12
sys.path.insert(0, os.path.abspath(".."))
13
-sys.path.insert(0, os.path.abspath("../redditpythonapi"))
14
15
project = "Reddit Python API"
16
copyright = "2023, Electronic-Mango"
@@ -19,12 +18,7 @@
19
18
# -- General configuration ---------------------------------------------------
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
21
22
-extensions = [
23
- "sphinx.ext.autodoc",
24
- "sphinx.ext.autosummary",
25
- "sphinx.ext.napoleon",
26
- "sphinx.ext.viewcode",
27
-]
+extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.napoleon"]
28
29
templates_path = ["_templates"]
30
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
0 commit comments