Skip to content

Commit b217ae4

Browse files
committed
fix docs build
1 parent 7bc85b3 commit b217ae4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ def autodoc_skip_member(app, what, name, obj, skip, options):
332332

333333
# http://sphinx-doc.org/ext/intersphinx.html
334334
intersphinx_mapping = {
335-
'py3': ('https://docs.python.org/3', None),
336335
'python': ('https://docs.python.org/3', None),
337336
'rtd': ('https://docs.readthedocs.io/en/latest/', None),
338337
'txaio': ('https://txaio.readthedocs.io/en/latest/', None),

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pytest>=3.4.2
2424
pyyaml>=4.2b4
2525
qualname
2626
sphinx-autoapi>=1.7.0
27-
sphinx>=1.7.1
27+
sphinx>=1.7.1,<8
2828
sphinx_rtd_theme>=0.1.9
2929
sphinxcontrib-images>=0.9.1
3030
tox-gh-actions>=2.2.0

0 commit comments

Comments
 (0)