readthedocs.org: Missing `sphinx_rtd_theme` required by default when appending `docs/conf.py`
Details
- Read the Docs project URL: https://readthedocs.org/projects/trytond-product-price-list-cache/
- Build URL (if applicable): https://readthedocs.org/projects/trytond-product-price-list-cache/builds/21589803/
Expected Result
As auto-created readthedocs.org specific configuration define ‘sphinx_rtd_theme’ as html_theme
, it is expected that it install the required dependencies.
It was doing it until few days.
Actual Result
The build fails because of:
Theme error:
no theme named 'sphinx_rtd_theme' found (missing theme.conf?)
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (9 by maintainers)
Commits related to this issue
- Docs: update tutorial with the latest required changes - `.readthedocs.yaml` config file is now required - `sphinx-rtd-theme` is a required dependency and has to be installed via `python.install.re... — committed to readthedocs/readthedocs.org by humitos 10 months ago
- Docs: update tutorial with the latest required changes - `.readthedocs.yaml` config file is now required - `sphinx-rtd-theme` is a required dependency and has to be installed via `python.install.re... — committed to readthedocs/readthedocs.org by humitos 10 months ago
- Docs: update tutorial with the latest required changes - `.readthedocs.yaml` config file is now required - `sphinx-rtd-theme` is a required dependency and has to be installed via `python.install.re... — committed to readthedocs/readthedocs.org by humitos 10 months ago
- Docs: update tutorial with the latest required changes (#10639) * Docs: update tutorial with the latest required changes - `.readthedocs.yaml` config file is now required - `sphinx-rtd-theme` is ... — committed to readthedocs/readthedocs.org by humitos 10 months ago
- Fix readthedocs doc build issue - Doc building at readthedocs have been failing for a few months due to their change in configuration: https://github.com/readthedocs/readthedocs.org/issues/10626 ... — committed to tkeskita/BVtkNodes by tkeskita 9 months ago
- Fix readthedocs doc building issue - Readthedocs building has been failing due to their change: https://github.com/readthedocs/readthedocs.org/issues/10626 Committing readthedocs setup similar to... — committed to tkeskita/snappyhexmesh_gui by tkeskita 9 months ago
The tutorial template is failing the first build with this error for me
Hi, for new projects we aren’t installing the RTD nor other libs by default, see https://blog.readthedocs.com/python-core-requirements-changed/. We recommend that your project installs the proper dependencies explicitly.
ok, followed the above hint… and it gets further after adding the sphinx_rtd_theme to
requirements.txt
… but now i see