File tree 2 files changed +14
-0
lines changed 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 36
36
# -- Options for HTML output ----------------------------------------------
37
37
38
38
html_theme = "shibuya"
39
+ html_baseurl = "https://sphinx-autodoc.readthedocs.io/"
39
40
html_theme_options = {
40
41
"page_layout" : "compact" ,
42
+ "github_url" : "https://github.com/yaal-coop/jinja-autodoc" ,
41
43
}
44
+ html_context = {
45
+ "source_type" : "github" ,
46
+ "source_user" : "yaal-coop" ,
47
+ "source_repo" : "sphinx-autodoc" ,
48
+ "source_version" : "main" ,
49
+ "source_docs_path" : "/doc/" ,
50
+ }
51
+
42
52
htmlhelp_basename = "jinja-autodoc-doc"
43
53
44
54
jinja_template_path = str (pathlib .Path (__file__ ).parent .resolve ())
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ dependencies = [
31
31
" sphinx>=7.4.0" ,
32
32
]
33
33
34
+ [project .urls ]
35
+ documentation = " https://jinja-autodoc.readthedocs.io"
36
+ repository = " https://github.com/yaal-coop/jinja-autodoc"
37
+
34
38
[dependency-groups ]
35
39
dev = [
36
40
" beautifulsoup4>=4.12.3" ,
You can’t perform that action at this time.
0 commit comments