Skip to content

Commit

Permalink
chore: add official conda repo
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Aug 22, 2022
1 parent 810e54d commit 5fa7fc3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "miniconda3-4.7"


# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF
formats:
- pdf
- pdf

conda:
environment: environment_docs.yml
environment: environment_docs.yml

0 comments on commit 5fa7fc3

Please sign in to comment.