We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9696cf commit 004403bCopy full SHA for 004403b
1 file changed
docs/conf.py
@@ -30,7 +30,11 @@
30
source_branch="master",
31
light_logo="img/g.svg",
32
dark_logo="img/g-dark.svg",
33
- extra_extensions=["sphinx.ext.todo", "sphinx_argparse_neo.exemplar"],
+ extra_extensions=[
34
+ "sphinx_autodoc_api_style",
35
+ "sphinx.ext.todo",
36
+ "sphinx_argparse_neo.exemplar",
37
+ ],
38
intersphinx_mapping={
39
"py": ("https://docs.python.org/", None),
40
"libvcs": ("http://libvcs.git-pull.com/", None),
0 commit comments