Skip to content

Commit

Permalink
add docs extras to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbrookner committed Sep 8, 2023
1 parent 68f337f commit fbd2dcb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ exclude =
# Add here additional requirements for extra features, to install with:
# `pip install laue_dials[PDF]` like:
# PDF = ReportLab; RXP
docs = [
"sphinx",
"myst_parser",
"sphinxcontrib_autoprogram",
"sphinx_rtd_theme",
"nbsphinx",
"sphinx-design",
# "sphinxcontrib-autoprogram",
"autodocsumm",
]

# Add here test requirements (semicolon/line-separated)
testing =
Expand Down

0 comments on commit fbd2dcb

Please sign in to comment.