Skip to content

Commit

Permalink
Enforce towncrier requirements for docs to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 16, 2024
1 parent 267b8a2 commit 339ad3d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES/596.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enforce towncrier requirements for docs to fix the RTD build
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@


intersphinx_mapping = {
"python": ("http://docs.python.org/3", None),
"python": ("https://docs.python.org/3", None),
"aiohttp": ("https://docs.aiohttp.org/en/stable/", None),
}

Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r towncrier.txt
build==1.0.3
coverage==7.3.3
cython==3.0.6
pre-commit==3.5.0
pytest==7.4.3
pytest-cov==4.1.0
towncrier==23.11.0
tox==4.11.4
twine==4.0.2
1 change: 1 addition & 0 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r towncrier.txt
aiohttp-theme==0.1.6
sphinx==7.2.6
sphinxcontrib-spelling==8.0.0; platform_system!="Windows"
Expand Down
1 change: 1 addition & 0 deletions requirements/towncrier.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
towncrier==23.11.0

0 comments on commit 339ad3d

Please sign in to comment.