We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e498d50 commit a7c3bebCopy full SHA for a7c3beb
1 file changed
docs/conf.py
@@ -35,7 +35,10 @@
35
source_branch="master",
36
light_logo="img/vcspull.svg",
37
dark_logo="img/vcspull-dark.svg",
38
- extra_extensions=["sphinx_argparse_neo.exemplar"],
+ extra_extensions=[
39
+ "sphinx_autodoc_api_style",
40
+ "sphinx_argparse_neo.exemplar",
41
+ ],
42
intersphinx_mapping={
43
"py": ("https://docs.python.org/", None),
44
"libvcs": ("https://libvcs.git-pull.com/", None),
0 commit comments