Skip to content

Commit

Permalink
docs: add mamba to RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicrie committed Jul 30, 2023
1 parent 610facf commit 33d040b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
# Required
version: 2

# Use mamba instead of conda
build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"


# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -14,7 +21,7 @@ sphinx:
# - pdf

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

# python:
Expand Down

0 comments on commit 33d040b

Please sign in to comment.