|
121 | 121 | html_theme = "pymc_sphinx_theme"
|
122 | 122 | html_theme_options = {
|
123 | 123 | "use_search_override": False,
|
| 124 | + "icon_links": [ |
| 125 | + { |
| 126 | + "url": "https://github.com/pymc-devs/pytensor/", |
| 127 | + "icon": "fa-brands fa-github", |
| 128 | + "name": "GitHub", |
| 129 | + "type": "fontawesome", |
| 130 | + }, |
| 131 | + { |
| 132 | + "url": "https://twitter.com/pymc_devs/", |
| 133 | + "icon": "fa-brands fa-twitter", |
| 134 | + "name": "Twitter", |
| 135 | + "type": "fontawesome", |
| 136 | + }, |
| 137 | + { |
| 138 | + "url": "https://www.youtube.com/c/PyMCDevelopers", |
| 139 | + "icon": "fa-brands fa-youtube", |
| 140 | + "name": "YouTube", |
| 141 | + "type": "fontawesome", |
| 142 | + }, |
| 143 | + { |
| 144 | + "url": "https://discourse.pymc.io", |
| 145 | + "icon": "fa-brands fa-discourse", |
| 146 | + "name": "Discourse", |
| 147 | + "type": "fontawesome", |
| 148 | + }, |
| 149 | + ], |
124 | 150 | }
|
125 | 151 | html_context = {
|
126 | 152 | "github_user": "pymc-devs",
|
|
190 | 216 | # Output file base name for HTML help builder.
|
191 | 217 | htmlhelp_basename = "pytensor_doc"
|
192 | 218 |
|
| 219 | + |
193 | 220 | # Options for the linkcode extension
|
194 | 221 | # ----------------------------------
|
195 | 222 | # Resolve function
|
@@ -239,7 +266,13 @@ def find_source():
|
239 | 266 | # (source start file, target name, title, author, document class
|
240 | 267 | # [howto/manual]).
|
241 | 268 | latex_documents = [
|
242 |
| - ("index", "pytensor.tex", "PyTensor Documentation", "PyTensor Developers", "manual"), |
| 269 | + ( |
| 270 | + "index", |
| 271 | + "pytensor.tex", |
| 272 | + "PyTensor Documentation", |
| 273 | + "PyTensor Developers", |
| 274 | + "manual", |
| 275 | + ), |
243 | 276 | ]
|
244 | 277 |
|
245 | 278 | # The name of an image file (relative to this directory) to place at the top of
|
|
0 commit comments