File tree 1 file changed +9
-1
lines changed
Filter options
1 file changed +9
-1
lines changed
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ which will copy the built docs over. If this is a final release, link the
451
451
rm stable
452
452
ln -s 3.7.0 stable
453
453
454
- You will also need to edit :file: `sitemap.xml ` and :file: ` versions.html ` to include
454
+ You will also need to edit :file: `sitemap.xml ` to include
455
455
the newly released version. Now commit and push everything to GitHub ::
456
456
457
457
git add *
@@ -465,6 +465,14 @@ If you have access, clear the CloudFlare caches.
465
465
It typically takes about 5-10 minutes for the website to process the push and update the
466
466
live web page (remember to clear your browser cache).
467
467
468
+ Update the version switcher
469
+ ---------------------------
470
+ The version switcher is populated from https://matplotlib.org/devdocs/_static/switcher.json.
471
+
472
+ Since it's always taken from devdocs, update the file :file: `doc/_static/switcher.json `
473
+ on the main branch through a regular PR. Once that PR is merged, the devdocs site
474
+ will be updated automatically.
475
+
468
476
.. _release_merge_up :
469
477
470
478
Merge up changes to main
You can’t perform that action at this time.
0 commit comments