File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# RTD is currently installing 1.5.3, which has a bug in :lineno-match:
2
- # 1.7.0 hits https://github.com/sphinx-doc/sphinx/issues/4609
3
- sphinx == 1.6.7
2
+ sphinx >= 1.7.0
4
3
sphinx_rtd_theme
5
4
sphinxcontrib-trio
Original file line number Diff line number Diff line change 28
28
nitpicky = True
29
29
# Except for these ones, which we expect to point to unknown targets:
30
30
nitpick_ignore = [
31
- ("py:obj" , "CapacityLimiter-like object" ),
32
- ("py:obj" , "bytes-like" ),
31
+ ("py:class" , "CapacityLimiter-like object" ),
32
+ ("py:class" , "bytes-like" ),
33
+ ("py:class" , "None" ),
33
34
# trio.abc is documented at random places scattered throughout the docs
34
35
("py:mod" , "trio.abc" ),
35
36
]
37
+ autodoc_inherit_docstrings = False
36
38
37
39
# XX hack the RTD theme until
38
40
# https://github.com/rtfd/sphinx_rtd_theme/pull/382
You can’t perform that action at this time.
0 commit comments