Skip to content

Commit

Permalink
ENH: Add Sphinx argparse module for script documentation purposes
Browse files Browse the repository at this point in the history
Add `Sphinx` `argparse` module for script documentation purposes.
  • Loading branch information
jhlegarreta committed Sep 16, 2023
1 parent 985cdb2 commit 6580b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ dev = [
]
doc = [
"sphinx < 7.0.0", # 7.0.0 is incompatible with rtd-theme
"sphinx-argparse",
"sphinx-autodoc-typehints",
"sphinx-rtd-theme",
# "toml",
Expand Down

0 comments on commit 6580b46

Please sign in to comment.