We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d32b9 commit 0c95c7aCopy full SHA for 0c95c7a
.readthedocs.yml
@@ -6,7 +6,7 @@
6
version: 2
7
8
build:
9
- os: "ubuntu-20.04"
+ os: "ubuntu-22.04"
10
tools:
11
python: "mambaforge-4.10"
12
jobs:
docs/Makefile
@@ -2,7 +2,7 @@
2
#
3
4
# You can set these variables from the command line.
5
-SPHINXOPTS =
+SPHINXOPTS = -W
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
docs/changes.rst
@@ -5,6 +5,8 @@ PyDL Changelog
1.0.2 (unreleased)
------------------
+* Advance test matrix to more recent Python versions; other infrastructure
+ clean-up.
* Remove deprecated ``astropy.tests.runner.TestRunner`` (PR `#80`_).
See also `astropy/astropy#16177`_.
0 commit comments