Skip to content

Commit 186affd

Browse files
Import main module in conf.py
1 parent 82b9e1b commit 186affd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
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(".."))
9+
import redditpythonapi
1310

1411
project = "Reddit Python API"
1512
copyright = "2023, Electronic-Mango"

0 commit comments

Comments
 (0)