Skip to content

Commit

Permalink
Merge pull request #539 from collective/update-read-the-docs
Browse files Browse the repository at this point in the history
Update read the docs
  • Loading branch information
jacadzaca authored Aug 30, 2023
2 parents 326311b + fef2afb commit 6c53290
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6c53290

Please sign in to comment.