diff --git a/.readthedocs.yml b/.readthedocs.yml index 2cc431e5..572db76f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,9 +12,12 @@ sphinx: # Optionally build your docs in additional formats such as PDF and ePub formats: all -# Optionally set the version of Python and requirements required to build your docs +build: + os: ubuntu-22.04 + tools: + python: "3.11" + python: - version: 3.7 install: - requirements: requirements_docs.txt - method: pip diff --git a/CHANGES.rst b/CHANGES.rst index 62053c99..d6fb2664 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,7 @@ Changelog Minor changes: +- Update build configuration to build readthedocs. #538 - No longer run the ``plone.app.event`` tests. Breaking changes: