Skip to content

Commit

Permalink
docs: update pyproject.toml for doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed Nov 2, 2024
1 parent dd91695 commit fa27707
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 @@ -59,7 +59,7 @@ Repository = "https://github.com/tsutterley/pyTMD"
Issues = "https://github.com/tsutterley/pyTMD/issues"

[project.optional-dependencies]
doc = ["docutils", "fontconfig", "freetype", "graphviz", "myst-nb", "numpydoc", "sphinx", "sphinx-argparse>=0.4", "sphinx_rtd_theme"]
doc = ["docutils", "fontconfig", "freetype", "graphviz", "myst-nb", "numpydoc", "sphinx", "sphinx-argparse>=0.4", "sphinx-design", "sphinx_rtd_theme"]
all = ["cartopy", "gdal", "h5py", "ipyleaflet", "ipywidgets", "jplephem", "matplotlib", "mpi4py", "notebook", "pandas", "pyyaml"]
dev = ["flake8", "pytest>=4.6", "pytest-cov", "oct2py", "boto3"]

Expand Down

0 comments on commit fa27707

Please sign in to comment.