|
76 | 76 | # custom_sitemap_excludes = [r"/notebooks/"] |
77 | 77 | # divparams_enable_postprocessing = True # TODO FIX |
78 | 78 | exclude_patterns = [ |
79 | | - "_docs/", |
80 | | - "_templates/", |
| 79 | + "../_docs/", |
| 80 | + "../_templates/", |
81 | 81 | "_ext/", |
82 | 82 | "**.ipynb_checkpoints", |
83 | 83 | ".DS_Store", |
|
131 | 131 | html_css_files = [ |
132 | 132 | "css/custom.css", |
133 | 133 | ] |
134 | | -html_extra_path = ["./_static/robots.txt", "./_static/"] |
| 134 | +html_extra_path = ["../_static/robots.txt", "../_static/"] |
135 | 135 | html_js_files = ["js/custom-download.js"] |
136 | 136 | htmlhelp_basename = "tidy3ddoc" |
137 | 137 | html_show_sourcelink = True # Remove 'view source code' from top of page (for html, not python) |
138 | 138 | html_sourcelink_suffix = "" |
139 | 139 | html_static_path = [ |
140 | | - "./_static", |
| 140 | + "../_static", |
141 | 141 | # divparams.get_static_path() # TODO FIX |
142 | 142 | ] |
143 | 143 | html_theme = "sphinx_book_theme" |
144 | 144 | html_title = "Tidy3D Electromagnetic Solver" |
145 | 145 | html_theme_options = { |
146 | 146 | "logo": { |
147 | | - "image_light": "./_static/img/Tidy3D-logo.svg", |
148 | | - "image_dark": "./_static/img/Tidy3D-logo-white.svg", |
| 147 | + "image_light": "../_static/img/Tidy3D-logo.svg", |
| 148 | + "image_dark": "../_static/img/Tidy3D-logo-white.svg", |
149 | 149 | }, |
150 | | - "path_to_docs": "docs", |
| 150 | + "path_to_docs": "", |
151 | 151 | "repository_url": "https://github.com/flexcompute/tidy3d", |
152 | 152 | "repository_branch": "main", |
153 | 153 | "launch_buttons": { |
|
201 | 201 | sphinx_tabs_disable_css_loading = True |
202 | 202 | source_suffix = [".rst", ".md"] |
203 | 203 | templates_path = [ |
204 | | - # "./_templates", |
| 204 | + "./_templates", |
205 | 205 | # divparams.get_templates_path() # TODO FIX |
206 | 206 | ] |
207 | 207 | texinfo_documents = [ |
|
0 commit comments