Skip to content

Commit

Permalink
fix doc env.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahbaumann committed Jul 11, 2024
1 parent d5a9016 commit 4b34227
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions docs/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
name: docs
channels:
- https://conda.anaconda.org/jaimergp/label/unsupported-cudatoolkit-shim
- https://conda.anaconda.org/conda-forge
dependencies:
# Base depends
- python
- pip
- autodoc-pydantic<2.0
- packaging
- plugcli
- python=3.10
- sphinx<7
- sphinx-click
- gitpython
- tqdm
- libsass
- nbsphinx
- nbsphinx-link
- myst-parser
- pip:
- sphinx-design
- sphinx-toolbox
- sphinx<7



# Pip-only installs
#- pip:
# These are added automatically by RTD, so we include them here
# for a consistent environment.
- mock
- pillow
- sphinx
- sphinx_rtd_theme

0 comments on commit 4b34227

Please sign in to comment.