Skip to content

Commit

Permalink
Add documenation tools
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 26, 2024
1 parent f4a4642 commit dc56d0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
sphinx
sphinx_rtd_theme
nbsphinx
sphinx_argparse

# Also requires `brew install pandoc` on Mac
pandoc
Expand Down
15 changes: 4 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,19 @@ classifiers = [
"Operating System :: OS Independent",
]

dependencies = [

]
dependencies = []

[project.optional-dependencies]


docs = [
# For building the documentation
"sphinx", "sphinx_rtd_theme", "nbsphinx", "pandoc", "sphinx_argparse"
]

all = [
]
all = []

dev = [
"sphinx",
"sphinx_rtd_theme",
"nbsphinx",
"pandoc",
]
dev = []

[project.urls]
Homepage = "https://github.com/ecmwf/anemoi-models/"
Expand Down

0 comments on commit dc56d0e

Please sign in to comment.