File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
# If extensions (or modules to document with autodoc) are in another directory,
18
18
# add these directories to sys.path here. If the directory is relative to the
19
19
# 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" ))
21
21
from version import __version__ as VERSION
22
22
23
23
# -- General configuration ------------------------------------------------
40
40
templates_path = ["_templates" ]
41
41
42
42
# The suffix of source filenames.
43
- source_suffix = ".rst"
43
+ # source_suffix = { ".rst": "restructuredtext"}
44
44
45
45
# The encoding of source files.
46
46
# source_encoding = 'utf-8-sig'
50
50
51
51
# General information about the project.
52
52
project = "streamparse"
53
- copyright = "2014-2020 , Parsely"
53
+ copyright = "2014-2024 , Parsely"
54
54
55
55
# The version info for the project you're documenting, acts as replacement for
56
56
# |version| and |release|, also used in various other places throughout the
277
277
278
278
279
279
# Example configuration for intersphinx: refer to the Python standard library.
280
- intersphinx_mapping = {"http: //docs.python.org/" : None }
280
+ intersphinx_mapping = {"python" : ( "https: //docs.python.org/3" , None ) }
You can’t perform that action at this time.
0 commit comments