bump docs dependencies

This commit is contained in:
pacrob
2023-04-03 14:01:03 -06:00
parent 642ae9627c
commit fe19f5a77a
4 changed files with 9 additions and 4 deletions

5
.readthedocs.yml Normal file
View File

@ -0,0 +1,5 @@
version: 2
python:
install:
- requirements: requirements-docs.txt

View File

@ -38,6 +38,7 @@ extensions = [
"sphinx.ext.autodoc", "sphinx.ext.autodoc",
"sphinx.ext.doctest", "sphinx.ext.doctest",
"sphinx.ext.intersphinx", "sphinx.ext.intersphinx",
"sphinx_rtd_theme",
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.

View File

@ -1 +0,0 @@
Do not invoke ``setup.py`` directly. Minor cleanup and refactors in newsfragment ``README.md`` and newsfragment validation. Minot cleanup in ``Makefile``.

View File

@ -19,9 +19,9 @@ extras_require = {
"black>=22", "black>=22",
], ],
"doc": [ "doc": [
"Sphinx>=1.6.5", "sphinx>=5.0.0",
"sphinx_rtd_theme>=0.1.9", "sphinx_rtd_theme>=1.0.0",
"towncrier>=21", "towncrier>=21,<22",
], ],
"dev": [ "dev": [
"bumpversion>=0.5.3", "bumpversion>=0.5.3",