Skip to content

Commit

Permalink
Update Read the Docs configuration (automatic)
Browse files Browse the repository at this point in the history
The following migrators were applied:

- Migrate to `build.tools` configuration.

This uses the new base Docker image based on Ubuntu 20.04 introduced in October 2021
and picks an appropriate Python version for your project
(read [our blog post](https://blog.readthedocs.com/new-build-specification/)
for details).
Notice that now you can specify the Node.js, Rust, and Go versions as well.

*Note:* Some system dependencies are not preinstalled anymore,
so this might require manually adding them to `build.apt_packages`
(see [our
documentation](https://docs.readthedocs.io/en/stable/config-file/v2.html#build-apt-packages>)).

- Migrate to Mamba as a drop-in replacement for Conda.

Your project requested using Mamba instead of Conda for performance reasons.
Now this is included in your configuration
and you can change it without our intervention.
  • Loading branch information
readthedocs-assistant committed Jan 19, 2022
1 parent cbc4fb0 commit 3007ab3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
version: 2

conda:
environment: docs/environment.yml

build:
os: ubuntu-20.04
tools:
python: mambaforge-4.10
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true
conda:
environment: docs/environment.yml

0 comments on commit 3007ab3

Please sign in to comment.