Skip to content

Commit 00e5232

Browse files
authored
Fix ReadTheDocs documentation build with pyproject.toml (#108)
* Fix ReadTheDocs documentation build with pyproject.toml * Changelog entry * Update pull request template for pyproject.toml
1 parent abd2f9f commit 00e5232

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.readthedocs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
3+
build:
4+
tools:
5+
python: "3.9"
6+
7+
python:
8+
install:
9+
- method: pip
10+
path: .
11+
extra_requirements:
12+
- dev

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99
- [PR 106](https://github.com/salesforce/django-declarative-apis/pull/106) Test against Python 3.11 in PR checks
1010
- [PR 107](https://github.com/salesforce/django-declarative-apis/pull/107) Update to use pyproject.toml
11+
- [PR 108](https://github.com/salesforce/django-declarative-apis/pull/107) Fix ReadTheDocs documentation build with pyproject.toml
1112
- [PR 109](https://github.com/salesforce/django-declarative-apis/pull/109) Update Github actions
1213

1314
# [0.24.0] - 2022-11-03

pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- [ ] Update CHANGELOG.md
22
- [ ] Update README.md (as needed)
3-
- [ ] New dependencies were added to `requirements.txt` or `requirements-dev.txt`
3+
- [ ] New dependencies were added to `pyproject.toml`
44
- [ ] `pip install` succeeds with a clean virtualenv
55
- [ ] There are new or modified tests that cover changes
66
- [ ] Test coverage is maintained or expanded

0 commit comments

Comments
 (0)