Skip to content

Commit

Permalink
Fix failing docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Dec 21, 2023
1 parent 0744057 commit 4d4f86a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"sphinx.ext.viewcode",
"sphinx.ext.napoleon",
"nbsphinx",
"sphinx_rtd_theme",
]

autosummary_generate = True
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx==7.0.1
nbsphinx
ipython
xarray
xarray
sphinx-rtd-theme
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies = ["pre-commit"]
dependences = [
"nbsphinx",
"sphinx",
"sphinx_rtd_theme",
"sphinx-rtd-theme",
]

[tool.hatch.envs.docs.scripts]
Expand Down

0 comments on commit 4d4f86a

Please sign in to comment.