Skip to content

Commit

Permalink
Merge pull request #438 from njsmith/sphinx-1.7.0
Browse files Browse the repository at this point in the history
Update to sphinx >= 1.7.0
  • Loading branch information
pquentin authored Feb 16, 2018
2 parents 76148e8 + b949917 commit 590b151
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ci/rtd-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# RTD is currently installing 1.5.3, which has a bug in :lineno-match:
# 1.7.0 hits https://github.com/sphinx-doc/sphinx/issues/4609
sphinx == 1.6.7
sphinx >= 1.7.0
sphinx_rtd_theme
sphinxcontrib-trio
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
nitpicky = True
# Except for these ones, which we expect to point to unknown targets:
nitpick_ignore = [
("py:obj", "CapacityLimiter-like object"),
("py:obj", "bytes-like"),
("py:class", "CapacityLimiter-like object"),
("py:class", "bytes-like"),
("py:class", "None"),
# trio.abc is documented at random places scattered throughout the docs
("py:mod", "trio.abc"),
]
autodoc_inherit_docstrings = False

# XX hack the RTD theme until
# https://github.com/rtfd/sphinx_rtd_theme/pull/382
Expand Down

0 comments on commit 590b151

Please sign in to comment.