Skip to content

Commit

Permalink
add toml to docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 3, 2022
1 parent 335d303 commit 39cddf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ dynamic = ['version']

[project.optional-dependencies]
docs = [
'numpydoc',
'sphinx',
'sphinx-automodapi',
'numpydoc',
'sphinx-rtd-theme',
'stsci-rtd-theme',
'toml',
]
lint = [
'pyproject-flake8',
Expand Down

0 comments on commit 39cddf2

Please sign in to comment.