Skip to content

Commit

Permalink
update version of Organisms v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Weal authored and Geoffrey Weal committed Jan 12, 2024
1 parent 398caf1 commit 8e082e7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ build:
python:
install:
- requirements: Documentation/source/requirements.txt
commands:
- pip install --user --upgrade pip setuptools numpy scipy
- pip install --user --upgrade ase
- pip install --user --upgrade asap3
- pip install --user --upgrade git+https://github.com/GardenGroupUO/Organisms.git
jobs:
pre_create_environment:
- echo "Command run at 'pre_create_environment' step"
post_build:
- echo "Command run at 'post_build' step"
- echo `date`

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down

0 comments on commit 8e082e7

Please sign in to comment.