We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a39217 commit 2af372aCopy full SHA for 2af372a
2 files changed
ci/rtd-requirements.txt
@@ -1,4 +1,3 @@
1
-# don't use 1.5 or 1.7
2
-sphinx == 1.6.7
+sphinx >= 1.7.0
3
sphinx_rtd_theme
4
sphinxcontrib-trio
docs/source/conf.py
@@ -27,9 +27,13 @@
27
# Except for these ones, which we expect to point to unknown targets:
28
nitpick_ignore = [
29
# Format is ("sphinx reference type", "string"), e.g.:
30
- ("py:obj", "bytes-like"),
+ ("py:class", "CapacityLimiter-like object"),
31
+ ("py:class", "bytes-like"),
32
+ ("py:class", "None"),
33
]
34
35
+autodoc_inherit_docstrings = False
36
+
37
# -- General configuration ------------------------------------------------
38
39
# If your documentation needs a minimal Sphinx version, state it here.
0 commit comments