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
Create a configuration file to deploy to RTD. For example:
# File: .readthedocs.yaml
version: 2
# Build from the docs/ directory with Sphinx
sphinx:
configuration: srsran_user_manuals/source/conf.py
# Explicitly set the version of Python and its requirements
python:
version: 3.7
install:
- requirements: requirements.txt
Remove the current configuration from the RTD panel and make sure the docs build without errors.
The text was updated successfully, but these errors were encountered:
Context
You are using ReadTheDocs web interface to configure the Sphinx project. However, you could lose the configuration if you change it over time.
Instead, it's recommended to store a configuration file for RTD within the repository.
Proposal
The text was updated successfully, but these errors were encountered: