Skip to content

Commit

Permalink
Merge pull request #365 from Pylons/tseaver-docstring-cleanup
Browse files Browse the repository at this point in the history
docs: conform docstrings to PEP257
  • Loading branch information
tseaver authored May 20, 2024
2 parents e1e4337 + 3643505 commit 7ccca7b
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 106 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ jobs:
os:
- "ubuntu-latest"
- "windows-latest"
- "macos-latest"
# later versions no longer support Python < 3.10.
- "macos-11"
architecture:
- x64
- x86
exclude:
# Linux and macOS don't have x86 python
- os: "ubuntu-latest"
architecture: x86
- os: "macos-latest"
- os: "macos-11"
architecture: x86
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand Down
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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
formats:
- pdf
- epub
python:
install:
- method: pip
path: .
extra_requirements:
- docs
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ include CHANGES.rst
include setup.cfg pyproject.toml
include .coveragerc .flake8 pytest.ini
include tox.ini rtd.txt
include .readthedocs.yaml

exclude TODO.txt

Expand Down
Loading

0 comments on commit 7ccca7b

Please sign in to comment.