@@ -112,35 +112,10 @@ def setup(app: Sphinx):
112
112
# a list of builtin themes.
113
113
114
114
# theme options
115
- html_theme = "pydata_sphinx_theme "
115
+ html_theme = "pymc_sphinx_theme "
116
116
html_theme_options = {
117
- "icon_links" : [
118
- {
119
- "name" : "GitHub" ,
120
- "url" : "https://github.com/pymc-devs/pymc-examples" ,
121
- "icon" : "fab fa-github-square" ,
122
- },
123
- {
124
- "name" : "Twitter" ,
125
- "url" : "https://twitter.com/pymc_devs" ,
126
- "icon" : "fab fa-twitter-square" ,
127
- },
128
- {
129
- "name" : "YouTube" ,
130
- "url" : "https://www.youtube.com/c/PyMCDevelopers" ,
131
- "icon" : "fab fa-youtube" ,
132
- },
133
- {
134
- "name" : "Discourse" ,
135
- "url" : "https://discourse.pymc.io" ,
136
- "icon" : "fab fa-discourse" ,
137
- },
138
- ],
139
- "search_bar_text" : "Search..." ,
140
- "navbar_end" : ["navbar-icon-links.html" ],
141
- "page_sidebar_items" : ["postcard" , "page-toc" , "edit-this-page" , "donate" ],
142
- "google_analytics_id" : "G-6KPRBTE6WV" ,
143
- "header_links_before_dropdown" : 6 ,
117
+ "secondary_sidebar_items" : ["postcard" , "page-toc" , "edit-this-page" , "sourcelink" , "donate" ],
118
+ "navbar_start" : ["navbar-logo" ],
144
119
"logo" : {
145
120
"link" : "https://www.pymc.io" ,
146
121
},
@@ -170,7 +145,6 @@ def setup(app: Sphinx):
170
145
# so a file named "default.css" will overwrite the builtin "default.css".
171
146
html_static_path = ["../_static" ]
172
147
html_extra_path = ["../_thumbnails" ]
173
- html_css_files = ["custom.css" ]
174
148
templates_path = ["../_templates" ]
175
149
html_sidebars = {
176
150
"**" : [
0 commit comments