diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 100% rename from .readthedocs.yml rename to .readthedocs.yaml diff --git a/pyproject.toml b/pyproject.toml index d9720db4..f41511f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'