Skip to content

Commit

Permalink
Migrate RTD to mamba (#132)
Browse files Browse the repository at this point in the history
* Migrate RTD to mamba

* Update readthedocs.yml

* Update readthedocs.yml

* add whats new
  • Loading branch information
jbusecke committed May 9, 2022
1 parent 67cd1f3 commit 9e7feb5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
6 changes: 6 additions & 0 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ What's New

v1.2.0 (unreleased)

Documentation
~~~~~~~~~~~~~

- Switch RTD env build to mamba (:pull:`132`).
By `Julius Busecke <https://github.com/jbusecke>`_


.. _whats-new.1.1.0:

Expand Down
20 changes: 12 additions & 8 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
conda:
file: docs/environment.yml
python:
version: 3.8
install:
- method: setuptools
path: package
version: 2

build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"

sphinx:
fail_on_warning: true
configuration: docs/conf.py
fail_on_warning: false

conda:
environment: docs/environment.yml

0 comments on commit 9e7feb5

Please sign in to comment.