Skip to content

Commit

Permalink
update docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jul 16, 2024
1 parent 470b51d commit 46e2a24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sphinx:

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
Expand Down
10 changes: 0 additions & 10 deletions docs/requirements.txt

This file was deleted.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,19 @@ optional-dependencies.dev = [
"pyproj",
"pytest",
"requests",
"rstfmt",
"s3fs",
"sphinx",
"sphinx-argparse<0.5",
"sphinx-rtd-theme",
]

optional-dependencies.docs = [
"nbsphinx",
"pandoc",
"rstfmt",
"sphinx",
"sphinx-argparse<0.5",
"sphinx-rtd-theme",
]

Expand All @@ -109,9 +113,11 @@ optional-dependencies.remote = [
"requests",
"s3fs",
]

optional-dependencies.tests = [
"pytest",
]

urls.Documentation = "https://anemoi-datasets.readthedocs.io/"
urls.Homepage = "https://github.com/ecmwf/anemoi-datasets/"
urls.Issues = "https://github.com/ecmwf/anemoi-datasets/issues"
Expand Down

0 comments on commit 46e2a24

Please sign in to comment.