Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Apr 29, 2024
1 parent b4049df commit 3b1fb7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ python:
- method: pip
path: .
extra_requirements:
- all
- docs
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ text = ["termcolor"]

grib = ["requests"]

docs = ["sphinx", "sphinx_rtd_theme", "nbsphinx", "pandoc"]
# Loaded by read-the-docs
# `pip install .[docs]`
docs = [
"tomli", # Only needed before 3.11
"termcolor",
"requests",
]

all = [
"tomli", # Only needed before 3.11
Expand Down

0 comments on commit 3b1fb7f

Please sign in to comment.