Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 7e3e344

Browse files
committed
Add readthedocs configuration
* Configuration file is mandatory after readthedocs 10.8.0. Signed-off-by: Alfred Wingate <[email protected]>
1 parent 6d5455e commit 7e3e344

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
11+
python:
12+
install:
13+
- requirements: requirements/docs.txt

docs/release_notes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Release Notes
44
**pydocstyle** version numbers follow the
55
`Semantic Versioning <http://semver.org/>`_ specification.
66

7+
8+
Current development version
9+
---------------------------
10+
11+
Bug Fixes
12+
13+
* Add readthedocs configuration to fix GitHub action (#657).
14+
715
6.3.0 - January 17th, 2023
816
--------------------------
917

0 commit comments

Comments
 (0)