Skip to content

Commit

Permalink
Use mamba on RTD (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Jan 13, 2022
1 parent a7e43ad commit 7f95068
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
image: stable
os: 'ubuntu-20.04'
tools:
python: 'mambaforge-4.10'

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

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

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

# Optionally set the version of Python and requirements required to build your docs
conda:
environment: ci/doc.yml
Expand Down

0 comments on commit 7f95068

Please sign in to comment.