You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of Read the Docs new "Ubuntu 20.04" and "Ubuntu 22.04" Docker images, they stopped pre-installing extra Python packages and encourage users to install and pin all their dependencies using a requirements.txt file. Read the docs has already stopped supporting "use system packages" on newer images.
Read the docs will be removing the "use system packages" feature on August 29th. Make sure we are installing all the required dependecies to build your project's documentation using a requirements.txt file and specifying it in the .readthedocs.yaml.
Here is an example of the section required on the .readthedocs.yaml configuration file:
With the introduction of Read the Docs new "Ubuntu 20.04" and "Ubuntu 22.04" Docker images, they stopped pre-installing extra Python packages and encourage users to install and pin all their dependencies using a requirements.txt file. Read the docs has already stopped supporting "use system packages" on newer images.
Read the docs will be removing the "use system packages" feature on August 29th. Make sure we are installing all the required dependecies to build your project's documentation using a requirements.txt file and specifying it in the .readthedocs.yaml.
Here is an example of the section required on the .readthedocs.yaml configuration file:
The content of docs/requirements.txt would be similar to:
Currently using the config key python.sytem_packages or python.use_system_site_packages in the .readthedocs.yaml file:
The text was updated successfully, but these errors were encountered: