Skip to content

Commit

Permalink
fix for RTD build (#117)
Browse files Browse the repository at this point in the history
* use canonical name of readthedocs config

* add dunamai to docs depenedencies to fix failing RTD build
  • Loading branch information
zacharyburnett committed Dec 1, 2023
1 parent 26c5490 commit a6a93ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sphinxcontrib-programoutput = { version = '*', optional = true }
plotting = ['cartopy', 'cmocean', 'matplotlib']
testing = ['pytest', 'pytest-cov', 'pytest-socket', 'pytest-xdist', 'wget']
development = ['isort', 'oitnb']
documentation = ['m2r2', 'sphinx', 'sphinx-rtd-theme', 'sphinxcontrib-programoutput', 'sphinxcontrib-bibtex']
documentation = ['dunamai', 'm2r2', 'sphinx', 'sphinx-rtd-theme', 'sphinxcontrib-programoutput', 'sphinxcontrib-bibtex']

[tool.poetry.scripts]
make_storm_ensemble = 'ensembleperturbation.client.make_storm_ensemble:main'
Expand Down

0 comments on commit a6a93ce

Please sign in to comment.