Skip to content

Commit 8915c61

Browse files
committed
docs: Set default docdepth to 3
1 parent 11de015 commit 8915c61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
}
145145

146146
rst_prolog = """
147+
:tocdepth: 3
148+
147149
.. |coro| replace:: This function is a |coroutine_link|_.
148150
.. |maybecoro| replace:: This function *could be a* |coroutine_link|_.
149151
.. |coroutine_link| replace:: *coroutine*

docs/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
sphinx
12
sphinxcontrib-contentui==0.2.5
3+
sphinxcontrib-websupport
24
sphinxcontrib-trio
35
sphinxext-opengraph
4-
Jinja2 >.0.3
6+
Jinja2>0.3
57
pygments
68
typing-extensions
79
aiohttp>=3.8.0,<4

0 commit comments

Comments
 (0)