Skip to content

Commit

Permalink
remove rtd environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcaporaso committed Feb 13, 2025
1 parent c003653 commit e06d492
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 26 deletions.
9 changes: 6 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ build:
python: "mambaforge-latest"
jobs:
create_environment:
- conda env create -p .envs/ --file environment-files/readthedocs.yml
- ls .envs/bin/
- conda env create -p .env/ --file environment-files/genome-sampler-dev.yml
- conda install -p .env/ -c conda-forge nodejs
- conda run -p .env/ pip install 'q2doc@git+https://github.com/qiime2/q2doc@dev'
- conda run -p .env/ pip install 'jupyter-book==2.0.0a1'
- conda run -p .env/ pip install .
build:
html:
- PATH=$(pwd)/.envs/bin/:$PATH make html
- PATH=$(pwd)/.env/bin/:$PATH make html
- mkdir -p $READTHEDOCS_OUTPUT
- cp -a docs/_build/* $READTHEDOCS_OUTPUT/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ dependencies:
- pyvcf
- vsearch
- pip
- pip:
- genome-sampler@git+https://github.com/caporaso-lab/genome-sampler.git@dev
21 changes: 0 additions & 21 deletions environment-files/readthedocs.yml

This file was deleted.

0 comments on commit e06d492

Please sign in to comment.