File tree 2 files changed +12
-18
lines changed
2 files changed +12
-18
lines changed Original file line number Diff line number Diff line change 99
99
# The theme to use for HTML and HTML Help pages. See the documentation for
100
100
# a list of builtin themes.
101
101
#
102
- html_theme = "pydata_sphinx_theme "
102
+ html_theme = "pymc_sphinx_theme "
103
103
104
104
# Theme options are theme-specific and customize the look and feel of a theme
105
105
# further. For a list of options available for each theme, see the
112
112
"show_toc_level" : 2 ,
113
113
"navigation_depth" : 4 ,
114
114
"search_bar_text" : "Search the docs..." ,
115
- "icon_links" : [
116
- {
117
- "name" : "GitHub" ,
118
- "url" : "https://github.com/pymc-devs/pymc-experimental" ,
119
- "icon" : "fab fa-github-square" ,
120
- },
121
- ],
115
+ "use_search_override" : False ,
116
+ "logo" : {"text" : project },
122
117
}
118
+ html_context = {
119
+ "github_user" : "pymc-devs" ,
120
+ "github_repo" : "pymc-experimental" ,
121
+ "github_version" : "main" ,
122
+ "doc_path" : "docs" ,
123
+ "default_mode" : "light" ,
124
+ }
125
+
123
126
124
127
# Add any paths that contain custom static files (such as style sheets) here,
125
128
# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change @@ -38,16 +38,7 @@ Contributors
38
38
============
39
39
See the `GitHub contributor page <https://github.com/pymc-devs/pymc-experimental/graphs/contributors >`_.
40
40
41
- Contents
42
- ========
43
-
44
41
.. toctree ::
45
- :maxdepth: 4
42
+ :hidden:
46
43
47
44
api_reference
48
-
49
- Indices
50
- =======
51
-
52
- * :ref: `genindex `
53
- * :ref: `modindex `
You can’t perform that action at this time.
0 commit comments