Skip to content

Commit

Permalink
add readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Nov 14, 2024
1 parent 8780a93 commit 1475400
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
build:
os: ubuntu-22.04
tools:
python: '3.12'
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
-------

Unreleased (2022-11-14)
Unreleased (2024-11-14)
^^^^^^^^^^^^^^^^^^^^^^^

- Drop support for Python 3.7, and 3.8.
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ include CHANGES.rst

include setup.cfg pyproject.toml
include .coveragerc .flake8
include tox.ini rtd.txt
include tox.ini rtd.txt .readthedocs.yaml

recursive-exclude * __pycache__ *.py[cod]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyramid_tm
version = 2.5
version = 2.6
description = A package which allows Pyramid requests to join the active transaction
long_description = file: README.rst, CHANGES.txt
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 1475400

Please sign in to comment.