mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
bump docs dependencies
This commit is contained in:
5
.readthedocs.yml
Normal file
5
.readthedocs.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version: 2
|
||||||
|
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- requirements: requirements-docs.txt
|
||||||
@ -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.
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
Do not invoke ``setup.py`` directly. Minor cleanup and refactors in newsfragment ``README.md`` and newsfragment validation. Minot cleanup in ``Makefile``.
|
|
||||||
6
setup.py
6
setup.py
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user