Skip to content

Commit

Permalink
See if we can get docs to build
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 19, 2024
1 parent 2e04a2d commit d3704cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ build:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
- mkdir -p bin/magicc/magicc-v7.5.3
- wget -O "bin/magicc/magicc-v7.5.3.tar.gz" "${{ MAGICC_LINK_FROM_MAGICC_DOT_ORG }}"
- tar -xf bin/magicc/magicc-v7.5.3.tar.gz -C bin/magicc/magicc-v7.5.3
post_install:
- poetry install --with docs --all-extras

Expand Down

0 comments on commit d3704cd

Please sign in to comment.