Skip to content

Commit

Permalink
Use version suggested here: scipy/scipy#14267 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Feb 5, 2022
1 parent afae0ba commit c29c543
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
RewriteEngine on
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteRule ^numpy(/.*) https://numpy.org/doc/stable$1 [R=permanent]
# See https://github.com/scipy/scipy/issues/14267
Redirect 301 /scipy/reference/objects.inv /scipy/objects.inv
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]

0 comments on commit c29c543

Please sign in to comment.