diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 1acdffcb0ae..0d25575426d 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -106,7 +106,6 @@ jobs: make pip python-build - geodatasets myst-nb panel sphinx>=6.2 diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index 879ea6bc7bf..4573623a0df 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -22,7 +22,6 @@ dependencies: - pip - python-build # Dev dependencies (building documentation) - - geodatasets - myst-nb - panel - sphinx>=6.2 diff --git a/environment.yml b/environment.yml index bc4722dcf09..c6053ff4e4f 100644 --- a/environment.yml +++ b/environment.yml @@ -35,7 +35,6 @@ dependencies: - pytest-mpl - netCDF4 # Dev dependencies (building documentation) - - geodatasets - myst-nb - panel - sphinx>=6.2