Skip to content

Commit 9620f8d

Browse files
committed
Tweaks to get it building again.
1 parent 92dda84 commit 9620f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# If extensions (or modules to document with autodoc) are in another directory,
1818
# add these directories to sys.path here. If the directory is relative to the
1919
# documentation root, use os.path.abspath to make it absolute, like shown here.
20-
sys.path.insert(0, os.path.abspath("../../streamparse"))
20+
sys.path.insert(0, os.path.abspath("../streamparse"))
2121
from version import __version__ as VERSION
2222

2323
# -- General configuration ------------------------------------------------
@@ -40,7 +40,7 @@
4040
templates_path = ["_templates"]
4141

4242
# The suffix of source filenames.
43-
source_suffix = ".rst"
43+
# source_suffix = {".rst": "restructuredtext"}
4444

4545
# The encoding of source files.
4646
# source_encoding = 'utf-8-sig'
@@ -50,7 +50,7 @@
5050

5151
# General information about the project.
5252
project = "streamparse"
53-
copyright = "2014-2020, Parsely"
53+
copyright = "2014-2024, Parsely"
5454

5555
# The version info for the project you're documenting, acts as replacement for
5656
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)