Skip to content

Commit f7f99c3

Browse files
authored
Merge pull request #30 from QuLogic/hide-mpl-altair
Hide mpl-altair with a redirect to GitHub
2 parents cb776a2 + d6f452d commit f7f99c3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

matplotlib.org.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
- governance
1818
- ipympl
1919
- matplotblog
20-
- mpl-altair
2120
- mpl-bench
2221
- mpl-gui
2322
- mpl-sphinx-theme

templates/Caddyfile.j2

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ http://{{ caddy.addresses.main }}, http://{{ ansible_fqdn }} {
7474
import subproject {{ site }}
7575
{% endfor %}
7676

77+
# Hide mpl-altair until the site is fixed.
78+
redir /mpl-altair https://github.com/matplotlib/mpl-altair temporary
79+
redir /mpl-altair/* https://github.com/matplotlib/mpl-altair temporary
80+
7781
# redirect the objects.inv
7882
redir /objects.inv /stable/objects.inv permanent
7983

0 commit comments

Comments
 (0)