Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 8, 2024
1 parent 67592aa commit 17b8cf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ def setup(app):


autodoc_show_sourcelink = True
nitpicky = True
4 changes: 2 additions & 2 deletions dom_toml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def loads(
Parse the given string as TOML.
:param s:
:param decoder: The :class:`toml.TomlEncoder` to use for constructing the output string.
:param decoder: The :class:`~.TomlEncoder` to use for constructing the output string.
:returns: A mapping containing the ``TOML`` data.
"""
Expand All @@ -126,7 +126,7 @@ def load(
Parse TOML from the given file.
:param filename: The filename to read from to.
:param decoder: The :class:`toml.TomlEncoder` to use for constructing the output string.
:param decoder: The :class:`~.TomlEncoder` to use for constructing the output string.
:returns: A mapping containing the ``TOML`` data.
"""
Expand Down
1 change: 1 addition & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ keywords:

sphinx_conf_epilogue:
- autodoc_show_sourcelink = True
- nitpicky = True
# - source_link_target = "github"

extra_sphinx_extensions:
Expand Down

0 comments on commit 17b8cf8

Please sign in to comment.