mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-10 10:34:10 +02:00
Use :param x: for docstring comments, refs #413
This commit is contained in:
parent
7f56f90d30
commit
26e6d2622c
3 changed files with 327 additions and 129 deletions
|
|
@ -32,6 +32,7 @@ from subprocess import Popen, PIPE
|
|||
# ones.
|
||||
extensions = ["sphinx.ext.extlinks", "sphinx.ext.autodoc"]
|
||||
autodoc_member_order = "bysource"
|
||||
autodoc_typehints = "description"
|
||||
|
||||
extlinks = {
|
||||
"issue": ("https://github.com/simonw/sqlite-utils/issues/%s", "#"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue