Skip to content

Commit

Permalink
Fix docs build in rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFicarelli committed Dec 5, 2023
1 parent a436cda commit 06019b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ python:
path: .
extra_requirements:
- docs
- external

build:
os: ubuntu-22.04
Expand Down
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,14 @@

autoclass_content = "both"

autodoc_mock_imports = ["xarray"]
autodoc_mock_imports = ["xarray", "bluepy"]

# autosummary settings
autosummary_generate = True

nb_execution_show_tb = True
nb_execution_timeout = 60
nb_execution_excludepatterns = ["02_features_basics.ipynb", "03_simulation_campaign.ipynb"]

# generate the link to the notebooks on GitHub
_base_url = "https://github.com/BlueBrain/blueetl"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dynamic = ["version"]
[project.optional-dependencies]
extra = [
# extra requirements that may be dropped at some point
"bluepy>=2.5.2",
# "bluepy>=2.5.2",
"fastparquet>=0.8.3,!=2023.1.0", # needed by pandas to read and write parquet files
"orjson", # faster json decoder used by fastparquet
"tables>=3.6.1", # needed by pandas to read and write hdf files
Expand Down

0 comments on commit 06019b5

Please sign in to comment.