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 11de015 commit 8915c61Copy full SHA for 8915c61
docs/conf.py
@@ -144,6 +144,8 @@
144
}
145
146
rst_prolog = """
147
+:tocdepth: 3
148
+
149
.. |coro| replace:: This function is a |coroutine_link|_.
150
.. |maybecoro| replace:: This function *could be a* |coroutine_link|_.
151
.. |coroutine_link| replace:: *coroutine*
docs/requirements.txt
@@ -1,7 +1,9 @@
1
+sphinx
2
sphinxcontrib-contentui==0.2.5
3
+sphinxcontrib-websupport
4
sphinxcontrib-trio
5
sphinxext-opengraph
-Jinja2 >.0.3
6
+Jinja2>0.3
7
pygments
8
typing-extensions
9
aiohttp>=3.8.0,<4
0 commit comments