Skip to content

Commit

Permalink
docs: Use a different set of sphinx-toolbox tools
Browse files Browse the repository at this point in the history
regex and augment_defults produced broken rst output in some
circumstances.

autonamedtuple, while not rendering type hints very nicely, produces
less verbose documentation for namedtuples, which is beneficial.
  • Loading branch information
lukasjuhrich committed Jul 11, 2024
1 parent 8bb6f77 commit 7761b65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
"sphinx_toolbox.more_autodoc.augment_defaults",
"sphinx_toolbox.more_autodoc.regex",
"sphinx_toolbox.more_autodoc.autonamedtuple",
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.todo',
Expand Down

0 comments on commit 7761b65

Please sign in to comment.