Skip to content

Commit

Permalink
Merge pull request #1083 from nextstrain/specify-rtd-build-os
Browse files Browse the repository at this point in the history
Specify Read the Docs build OS
  • Loading branch information
huddlej authored Sep 18, 2023
2 parents 4786d3c + 9b2985e commit 8b71e63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"

conda:
environment: docs/conda.yml

0 comments on commit 8b71e63

Please sign in to comment.