I am @readthedocs-assistant and I am sending you this pull request to upgrade the configuration of your Read the Docs project.
Your project will continue working whether or not you merge it, but I recommended you take it into consideration.
Also, in case you haven't done it already, remember that you can enable the pull request builds for your project to see the effect of these changes. To do it, follow the instructions, close this pull request, and open it again.
Note: This tool is in beta phase. Don't hesitate to ping @astrojuanlu and/or @humitos if you spot any problems.
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
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).
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.
Howdy! :wave:
I am @readthedocs-assistant and I am sending you this pull request to upgrade the configuration of your Read the Docs project. Your project will continue working whether or not you merge it, but I recommended you take it into consideration.
Also, in case you haven't done it already, remember that you can enable the pull request builds for your project to see the effect of these changes. To do it, follow the instructions, close this pull request, and open it again.
Note: This tool is in beta phase. Don't hesitate to ping @astrojuanlu and/or @humitos if you spot any problems.
The following migrators were applied:
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 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).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.