Skip to content

Commit

Permalink
Added Sphinx theme to dependencies to nudge along docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
timbernat committed Dec 18, 2024
1 parent 9db1c71 commit efb8880
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion devtools/conda-envs/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ dependencies:
- pip
- jupyterlab

# Testing and docs
# Testing
- pytest
- pytest-cov
- codecov

# Docs
- sphinx
- sphinx_rtd_theme

# Numerical libraries
- numpy
Expand Down

0 comments on commit efb8880

Please sign in to comment.