Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jul 16, 2024
1 parent 62c10bb commit f4d10b9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ sphinx:
configuration: docs/conf.py

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

This file was deleted.

15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,25 @@ optional-dependencies.all = [
optional-dependencies.dev = [
"ai-models>=0.6.3",
"anemoi-datasets[all]",
"nbsphinx",
"pandoc",
"pytest",
"rstfmt",
"sphinx",
"sphinx-argparse<0.5",
"sphinx-rtd-theme",
"tqdm",
]

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

optional-dependencies.plugin = [
"ai-models>=0.6.3",
"tqdm",
Expand Down

0 comments on commit f4d10b9

Please sign in to comment.