Merge pull request #539 from collective/update-read-the-docs

Update read the docs
pull/545/head
Jaca 2023-08-30 17:26:49 +02:00 zatwierdzone przez GitHub
commit 6c53290043
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -6,6 +6,7 @@ Changelog
Minor changes:
- Update build configuration to build readthedocs. #538
- No longer run the ``plone.app.event`` tests.
- Move pip caching into Python setup action.