@@ -112,35 +112,10 @@ def setup(app: Sphinx):
112112# a list of builtin themes.
113113
114114# theme options
115- html_theme = "pydata_sphinx_theme "
115+ html_theme = "pymc_sphinx_theme "
116116html_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" ],
144119 "logo" : {
145120 "link" : "https://www.pymc.io" ,
146121 },
@@ -170,7 +145,6 @@ def setup(app: Sphinx):
170145# so a file named "default.css" will overwrite the builtin "default.css".
171146html_static_path = ["../_static" ]
172147html_extra_path = ["../_thumbnails" ]
173- html_css_files = ["custom.css" ]
174148templates_path = ["../_templates" ]
175149html_sidebars = {
176150 "**" : [
0 commit comments