|
21 | 21 | "sphinx_design",
|
22 | 22 | "sphinxcontrib.bibtex",
|
23 | 23 | "sphinx_codeautolink",
|
24 |
| - "sphinx_remove_toctrees", |
25 | 24 | ]
|
26 | 25 |
|
27 | 26 | # List of patterns, relative to source directory, that match files and
|
|
73 | 72 | html_theme = "pymc_sphinx_theme"
|
74 | 73 | html_theme_options = {
|
75 | 74 | "secondary_sidebar_items": ["page-toc", "edit-this-page", "sourcelink", "donate"],
|
| 75 | + "search_bar_text": "Search within PyMC-BART...", |
76 | 76 | "navbar_start": ["navbar-logo"],
|
77 | 77 | "icon_links": [
|
78 | 78 | {
|
79 | 79 | "url": "https://github.com/pymc-devs/pymc-bart",
|
80 | 80 | "icon": "fa-brands fa-github",
|
81 | 81 | "name": "GitHub",
|
82 | 82 | },
|
83 |
| - { |
84 |
| - "url": "https://twitter.com/pymc_devs/", |
85 |
| - "icon": "fa-brands fa-twitter", |
86 |
| - "name": "Twitter", |
87 |
| - }, |
88 |
| - { |
89 |
| - "url": "https://www.youtube.com/c/PyMCDevelopers", |
90 |
| - "icon": "fa-brands fa-youtube", |
91 |
| - "name": "YouTube", |
92 |
| - }, |
93 |
| - {"url": "https://discourse.pymc.io", "icon": "fa-brands fa-discourse", "name": "Discourse"}, |
94 | 83 | ],
|
95 | 84 | }
|
96 | 85 |
|
|
144 | 133 | nb_execution_mode = "off"
|
145 | 134 |
|
146 | 135 |
|
147 |
| -remove_from_toctrees = [ |
148 |
| - "BART/*", |
149 |
| - "case_studies/*", |
150 |
| - "causal_inference/*", |
151 |
| - "diagnostics_and_criticism/*", |
152 |
| - "gaussian_processes/*", |
153 |
| - "generalized_linear_models/*", |
154 |
| - "mixture_models/*", |
155 |
| - "ode_models/*", |
156 |
| - "howto/*", |
157 |
| - "samplers/*", |
158 |
| - "splines/*", |
159 |
| - "survival_analysis/*", |
160 |
| - "time_series/*", |
161 |
| - "variational_inference/*", |
162 |
| -] |
163 |
| - |
164 | 136 | # bibtex config
|
165 | 137 | bibtex_bibfiles = ["references.bib"]
|
166 | 138 | bibtex_default_style = "unsrt"
|
|
0 commit comments