Skip to content

Commit

Permalink
add content for readthedocs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcaporaso committed Oct 30, 2024
1 parent 9a27849 commit 86a0ea8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "mambaforge-22.9"
jobs:
pre_build:
# Generate the Sphinx configuration for this Jupyter Book so it builds.
- "jupyter-book config sphinx book/q2_fmt_book/"

conda:
environment: environment-files/jupyter-book-build-env.yml

sphinx:
builder: html

formats:
- pdf
8 changes: 8 additions & 0 deletions environment-files/jupyter-book-build-env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: q2-fmt-jupyter-book
channels:
- https://packages.qiime2.org/qiime2/2024.10/amplicon/passed
- conda-forge
- bioconda
dependencies:
- qiime2-amplicon
- jupyter-book

0 comments on commit 86a0ea8

Please sign in to comment.