Skip to content

Commit

Permalink
add dunamai to docs depenedencies to fix failing RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Dec 1, 2023
1 parent 44c0d04 commit 3a5d224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sphinxcontrib-programoutput = { version = '*', optional = true }
[tool.poetry.extras]
testing = ['pooch', 'pytest', 'pytest-cov', 'pytest-socket', 'pytest-xdist', 'wget']
development = ['isort', 'oitnb']
documentation = ['m2r2', 'sphinx', 'sphinx-rtd-theme', 'sphinxcontrib-programoutput']
documentation = ['dunamai', 'm2r2', 'sphinx', 'sphinx-rtd-theme', 'sphinxcontrib-programoutput']

[tool.poetry.scripts]
initialize_adcirc = 'coupledmodeldriver.client.initialize_adcirc:main'
Expand Down

0 comments on commit 3a5d224

Please sign in to comment.