Skip to content

Commit 8586ade

Browse files
Ok let's try another docs build
1 parent 63360d6 commit 8586ade

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/LICENSE renamed to LICENSE

File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
# custom_sitemap_excludes = [r"/notebooks/"]
7777
# divparams_enable_postprocessing = True # TODO FIX
7878
exclude_patterns = [
79-
"_docs/",
80-
"_templates/",
79+
"../_docs/",
80+
"../_templates/",
8181
"_ext/",
8282
"**.ipynb_checkpoints",
8383
".DS_Store",
@@ -131,23 +131,23 @@
131131
html_css_files = [
132132
"css/custom.css",
133133
]
134-
html_extra_path = ["./_static/robots.txt", "./_static/"]
134+
html_extra_path = ["../_static/robots.txt", "../_static/"]
135135
html_js_files = ["js/custom-download.js"]
136136
htmlhelp_basename = "tidy3ddoc"
137137
html_show_sourcelink = True # Remove 'view source code' from top of page (for html, not python)
138138
html_sourcelink_suffix = ""
139139
html_static_path = [
140-
"./_static",
140+
"../_static",
141141
# divparams.get_static_path() # TODO FIX
142142
]
143143
html_theme = "sphinx_book_theme"
144144
html_title = "Tidy3D Electromagnetic Solver"
145145
html_theme_options = {
146146
"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",
149149
},
150-
"path_to_docs": "docs",
150+
"path_to_docs": "",
151151
"repository_url": "https://github.com/flexcompute/tidy3d",
152152
"repository_branch": "main",
153153
"launch_buttons": {
@@ -201,7 +201,7 @@
201201
sphinx_tabs_disable_css_loading = True
202202
source_suffix = [".rst", ".md"]
203203
templates_path = [
204-
# "./_templates",
204+
"./_templates",
205205
# divparams.get_templates_path() # TODO FIX
206206
]
207207
texinfo_documents = [
File renamed without changes.

0 commit comments

Comments
 (0)