Skip to content

Commit

Permalink
RTD config take N
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Dec 22, 2023
1 parent 1f044cc commit 694b343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ doc/_build/
doc/_static/notebooks/*.html
.ipynb_checkpoints
outputs/
site/
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
pre_build:
- python ./docs/pre_build/generate_math.py
pre_create_environment:
- mamba create -n calliope-docs -c conda-forge -c nodefaults python=3.12 --file requirements/docs.txt --file requirements/base.txt
- mamba create -n calliope-docs -c conda-forge --file requirements/docs.txt --file requirements/base.txt
- mamba activate calliope-docs
post_create_environment:
- pip install --no-deps .
Expand Down

0 comments on commit 694b343

Please sign in to comment.