Skip to content

Commit

Permalink
change environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Dec 22, 2023
1 parent 4f988c1 commit 1f044cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ build:
pre_build:
- python ./docs/pre_build/generate_math.py
pre_create_environment:
- mamba create -n base -c conda-forge -c nodefaults python=3.12 --file requirements/docs.txt --file requirements/base.txt
- mamba create -n calliope-docs -c conda-forge -c nodefaults python=3.12 --file requirements/docs.txt --file requirements/base.txt
- mamba activate calliope-docs
post_create_environment:
- pip install --no-deps .

Expand Down
24 changes: 12 additions & 12 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- bottleneck
- jsonschema2md >= 1, < 2
- mkdocs
- mkdocs-click
- mkdocs-gen-files
- mkdocs-include-markdown-plugin
- mkdocs-jupyter
- mkdocs-macros-plugin
- mkdocstrings-python
- mkdocs-material >= 9, < 10
- pip
- typing-extensions
bottleneck
jsonschema2md >= 1, < 2
mkdocs
mkdocs-click
mkdocs-gen-files
mkdocs-include-markdown-plugin
mkdocs-jupyter
mkdocs-macros-plugin
mkdocstrings-python
mkdocs-material >= 9.5
pip
typing-extensions

0 comments on commit 1f044cc

Please sign in to comment.