Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jul 16, 2024
1 parent a60349e commit 9ff9080
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sphinx
sphinx_rtd_theme
nbsphinx
sphinx_argparse
sphinx_argparse<0.5.0

# Also requires `brew install pandoc` on Mac
pandoc
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ classifiers = [
dynamic = [
"version",
]

dependencies = [
"anemoi-datasets",
"jsonpatch",
Expand All @@ -65,7 +66,7 @@ optional-dependencies.dev = [
"pandoc",
"pytest",
"sphinx",
"sphinx-argparse",
"sphinx-argparse<0.5",
"sphinx-rtd-theme",
"termcolor",
"tomli",
Expand All @@ -75,7 +76,7 @@ optional-dependencies.docs = [
"nbsphinx",
"pandoc",
"sphinx",
"sphinx-argparse",
"sphinx-argparse<0.5",
"sphinx-rtd-theme",
"termcolor",
"tomli",
Expand Down
5 changes: 0 additions & 5 deletions src/anemoi/registry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@

LOG = logging.getLogger(__name__)

try:
import boto3
except ImportError:
LOG.warning("boto3 package is not available. To have S3 support, reinstall with : pip install anemoi-registry[s3]")


def config():
from anemoi.utils.config import load_config
Expand Down

0 comments on commit 9ff9080

Please sign in to comment.