Skip to content

Commit

Permalink
Tweaks to get it building again.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbourgoin committed Aug 5, 2024
1 parent 92dda84 commit 557289b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath("../../streamparse"))
sys.path.insert(0, os.path.abspath("../streamparse"))
from version import __version__ as VERSION

# -- General configuration ------------------------------------------------
Expand All @@ -40,7 +40,7 @@
templates_path = ["_templates"]

# The suffix of source filenames.
source_suffix = ".rst"
# source_suffix = {".rst": "restructuredtext"}

# The encoding of source files.
# source_encoding = 'utf-8-sig'
Expand All @@ -50,7 +50,7 @@

# General information about the project.
project = "streamparse"
copyright = "2014-2020, Parsely"
copyright = "2014-2024, Parsely"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -277,4 +277,4 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"http://docs.python.org/": None}
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

0 comments on commit 557289b

Please sign in to comment.