Skip to content

Commit

Permalink
Merge pull request #1730: Minor docs setup edits
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Dec 9, 2023
2 parents f1f3c1c + 2a7a565 commit 19f5c2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ jobs:
uses: nextstrain/.github/.github/workflows/docs-ci.yaml@master
with:
docs-directory: docs/
environment-file: docs/environment.yml
environment-file: docs/conda.yml
4 changes: 2 additions & 2 deletions DEV_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ The Auspice technical reference guide is available at [docs.nextstrain.org/proje

To preview the Auspice documentation locally,

1. Create and activate a Conda environment from `docs/environment.yml`. Example using Mamba:
1. Create and activate a Conda environment from `docs/conda.yml`. Example:

```bash
mamba env create --file docs/environment.yml
conda env create --file docs/conda.yml
conda activate auspice-docs
```

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build:
python: "mambaforge-22.9"

conda:
environment: docs/environment.yml
environment: docs/conda.yml

0 comments on commit 19f5c2c

Please sign in to comment.