Skip to content

Commit d0f4d06

Browse files
committed
Fix top-level brochure site
Formerly, `_static` was not used by the brochure site, and so was redirected to `/stable/_static` as part of removing old top-level URLs. At some point, either an upgrade to Sphinx or to the theme put files back into `_static`. This was fine when both used the same versions of things, but matplotlib/mpl-brochure-site#103 updated themes in the brochure site while the stable docs remained on an older version. Since the brochure site is not coupled with the stable docs, remove the redirects for these directories. Fixes matplotlib/mpl-brochure-site#109
1 parent 505a089 commit d0f4d06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/Caddyfile.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ http://{{ caddy.addresses.main }}, http://{{ ansible_fqdn }} {
157157
"_images",
158158
"_modules",
159159
"_panels_static",
160-
"_sources",
161-
"_static",
162160
"api",
163161
"devel",
164162
"examples",

0 commit comments

Comments
 (0)