Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Jan 5, 2025
1 parent 7bc85b3 commit b217ae4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ def autodoc_skip_member(app, what, name, obj, skip, options):

# http://sphinx-doc.org/ext/intersphinx.html
intersphinx_mapping = {
'py3': ('https://docs.python.org/3', None),
'python': ('https://docs.python.org/3', None),
'rtd': ('https://docs.readthedocs.io/en/latest/', None),
'txaio': ('https://txaio.readthedocs.io/en/latest/', None),
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pytest>=3.4.2
pyyaml>=4.2b4
qualname
sphinx-autoapi>=1.7.0
sphinx>=1.7.1
sphinx>=1.7.1,<8
sphinx_rtd_theme>=0.1.9
sphinxcontrib-images>=0.9.1
tox-gh-actions>=2.2.0
Expand Down

0 comments on commit b217ae4

Please sign in to comment.