Skip to content

Commit 0c95c7a

Browse files
committed
minor doc changes
1 parent 97d32b9 commit 0c95c7a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
version: 2
77

88
build:
9-
os: "ubuntu-20.04"
9+
os: "ubuntu-22.04"
1010
tools:
1111
python: "mambaforge-4.10"
1212
jobs:

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS =
5+
SPHINXOPTS = -W
66
SPHINXBUILD = sphinx-build
77
PAPER =
88
BUILDDIR = _build

docs/changes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ PyDL Changelog
55
1.0.2 (unreleased)
66
------------------
77

8+
* Advance test matrix to more recent Python versions; other infrastructure
9+
clean-up.
810
* Remove deprecated ``astropy.tests.runner.TestRunner`` (PR `#80`_).
911
See also `astropy/astropy#16177`_.
1012

0 commit comments

Comments
 (0)