Skip to content

Commit

Permalink
fix: add doc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 8, 2023
1 parent 04b16d4 commit eb2534a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@
"mdformat-frontmatter>=0.4.1", # Needed for frontmatters-style headers in issue templates
],
"doc": [
"Sphinx>=3.4.3,<4", # Documentation generator
"sphinx_rtd_theme>=0.1.9,<1", # Readthedocs.org theme
"towncrier>=19.2.0, <20", # Generate release notes
"myst-parser>=1.0.0,<2", # Parse markdown docs
"sphinx-click>=4.4.0,<5", # For documenting CLI
"Sphinx>=6.1.3,<7", # Documentation generator
"sphinx_rtd_theme>=1.2.0,<2", # Readthedocs.org theme
"sphinxcontrib-napoleon>=0.7", # Allow Google-style documentation
"sphinx-plausible>=0.1.2,<0.2",
],
"release": [ # `release` GitHub Action job uses this
"setuptools", # Installation tool
Expand Down

0 comments on commit eb2534a

Please sign in to comment.