Skip to content

Commit

Permalink
Merge pull request #50 from fema-ffrd/fix/rtd-sphinx-environment-pip-…
Browse files Browse the repository at this point in the history
…command

fix pip command in docs environment.yml file
  • Loading branch information
thwllms authored Jun 5, 2024
2 parents 70b0dc7 + 6ab47bd commit ae2ac89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = ["h5py", "geopandas", "pyarrow"]

[project.optional-dependencies]
dev = ["pre-commit", "ruff", "pytest", "pytest-cov"]
doc = ["sphinx", "numpydoc", "sphinx_rtd_theme"]
docs = ["sphinx", "numpydoc", "sphinx_rtd_theme"]

[project.urls]
repository = "https://github.com/fema-ffrd/rashdf"
Expand Down
23 changes: 0 additions & 23 deletions requirements.txt

This file was deleted.

0 comments on commit ae2ac89

Please sign in to comment.