File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 20
20
exec (fp .read (), about )
21
21
22
22
extensions = [
23
+ "sphinx_toolbox.more_autodoc.augment_defaults" ,
23
24
"sphinx.ext.autodoc" ,
24
25
"sphinx.ext.autosummary" ,
26
+ "sphinx_toolbox.more_autodoc" ,
25
27
"sphinx.ext.intersphinx" ,
26
28
"sphinx.ext.todo" ,
27
29
"sphinx.ext.napoleon" ,
39
41
40
42
master_doc = "index"
41
43
42
- # app setup hook
43
- def setup (app ):
44
- pass
45
-
46
-
47
44
project = about ["__title__" ]
48
45
copyright = about ["__copyright__" ]
49
46
@@ -55,6 +52,10 @@ def setup(app):
55
52
pygments_style = "monokai"
56
53
pygments_dark_style = "monokai"
57
54
55
+ github_username = "vcs-python"
56
+ github_repository = "libvcs"
57
+ docutils_tab_width = 4
58
+
58
59
html_css_files = ["css/custom.css" ]
59
60
html_static_path = ["_static" ]
60
61
html_extra_path = ["manifest.json" ]
You can’t perform that action at this time.
0 commit comments