Adding Configuration Requirements
The python.install.requirements parameter allows you to indicate a file containing additional configuration file.
By using this file, you can include in the project specified packages and installation requirements.
For more details, see the Requirements File section in the Read the Docs documentation.
Procedure:
- In the
config/directory, create arequirements.txtfile. - Edit the file, paste the following configuration, and save the changes.
- Ensure the
requirements.txtis added to the project. See Creating Read the Docs Configuration File.