Skip to content

Commit

Permalink
MNT: Remove beautifulsoup4 from docs requirements
Browse files Browse the repository at this point in the history
beautifulsoup4 was not used in our docs build. It is brought in
by pydata-sphinx-theme, but leave the dependency there. We do
use beautifulsoup4 in SRTM tiles, but that has nothing to do
with the docs.
  • Loading branch information
greglucas committed Oct 20, 2023
1 parent 53260b6 commit b72dca9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sphinx
sphinx-gallery
beautifulsoup4
pydata-sphinx-theme
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies:
- pytest-mpl
- pytest-xdist
# Documentation
- beautifulsoup4
- pydata-sphinx-theme
- sphinx
- sphinx-gallery
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ dependencies = [
dynamic = ["version"]

[project.optional-dependencies]
doc = ["beautifulsoup4", "pydata-sphinx-theme", "sphinx", "sphinx-gallery"]
doc = ["pydata-sphinx-theme", "sphinx", "sphinx-gallery"]
speedups = ["pykdtree", "fiona"]
ows = ["OWSLib>=0.20.0", "pillow>=6.1.0"]
plotting = ["pillow>=6.1.0", "scipy>=1.3.1"]
srtm = ["beautifulsoup4"]
test = ["pytest>=5.1.2", "pytest-mpl>=0.11", "pytest-xdist", "pytest-cov", "coveralls"]

[project.scripts]
Expand Down

0 comments on commit b72dca9

Please sign in to comment.