Skip to content

Commit 2af372a

Browse files
committed
Move to Sphinx 1.7
1 parent 2a39217 commit 2af372a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

ci/rtd-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# don't use 1.5 or 1.7
2-
sphinx == 1.6.7
1+
sphinx >= 1.7.0
32
sphinx_rtd_theme
43
sphinxcontrib-trio

docs/source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@
2727
# Except for these ones, which we expect to point to unknown targets:
2828
nitpick_ignore = [
2929
# Format is ("sphinx reference type", "string"), e.g.:
30-
("py:obj", "bytes-like"),
30+
("py:class", "CapacityLimiter-like object"),
31+
("py:class", "bytes-like"),
32+
("py:class", "None"),
3133
]
3234

35+
autodoc_inherit_docstrings = False
36+
3337
# -- General configuration ------------------------------------------------
3438

3539
# If your documentation needs a minimal Sphinx version, state it here.

0 commit comments

Comments
 (0)