summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
AgeCommit message (Collapse)Author
2025-05-18CI, docs: Install test/py/requirements.txt as wellTom Rini
As noted by Quentin, in CI we should be at least versioning the pytest that we install. To avoid problems later, go with the whole requirements file being used. Furthermore, our documentation building for readthedocs must also have pytest so install the requirements file there as well. Reported-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Tom Rini <trini@konsulko.com>
2024-11-03.readthedocs.yml: update Python version and Ubuntu releaseHeinrich Schuchardt
The current documentation build dependencies are not compatible with Python 3.9. Update to Python 3.12. Use the current Ubuntu LTS release, i.e. 24.04 Noble Numbat. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Tom Rini <trini@konsulko.com>
2022-01-15.readthedocs.yml: update the requirementsHeinrich Schuchardt
Fix an error: This project needs at least Sphinx v2.4.4. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2020-05-01.readthedocs.yml: fix type docs/Heinrich Schuchardt
Out documentation directory is doc/ and not docs/. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2020-04-27Add .readthedocs.ymlHeinrich Schuchardt
readthedocs.org allows to automatically generate and publish the HTML documentation for the U-Boot project. Add a file controlling building https://u-boot.readthedocs.io/. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>