Skip to content

Commit

Permalink
Integrate .readthedocs.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Havlik committed Sep 22, 2023
1 parent 84b8e41 commit 46f600f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["3.11", "py311"]
- ["3.12.0-beta.4", "py312"]
- ["3.12.0-rc.3", "py312"]
- ["pypy-3.9", "pypy3"]
- ["3.9", "docs"]
- ["3.9", "coverage"]
Expand Down
3 changes: 2 additions & 1 deletion .meta.toml
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "49beb029"
commit-id = "b21fbbf2"

[python]
with-windows = true
Expand Down Expand Up @@ -44,6 +44,7 @@ additional-config = [

[manifest]
additional-rules = [
"include *.yaml",
"include COPYING",
"recursive-include docs *.ico",
"recursive-include docs *.png",
Expand Down
11 changes: 10 additions & 1 deletion .readthedocs.yaml
@@ -1,4 +1,5 @@
# .readthedocs.yaml
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

Expand All @@ -14,3 +15,11 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -12,6 +12,7 @@ recursive-include docs *.txt
recursive-include docs Makefile

recursive-include src *.py
include *.yaml
include COPYING
recursive-include docs *.ico
recursive-include docs *.png
Expand Down

0 comments on commit 46f600f

Please sign in to comment.