Guys, With 2.9.0 out, would anybody like to configure pytest.org to do the redirect? :)
Cheers, Bruno. On Sun, Feb 14, 2016 at 2:01 AM Bruno Oliveira <[email protected]> wrote: > On Sat, Feb 13, 2016 at 4:07 PM holger krekel <[email protected]> wrote: > >> Let's move back quickly, though, if there are any problems. >> So far i have not heart many complaints about pytest.org not working >> apart >> from the recent ssl hickup which should be automated now with letsencrypt. >> > > Agreed! > > Thanks, didn't know the server uses nginx. I poked around a little, and we > already have redirects in `/etc/nginx/sites-enabled/pytest.org.conf`: > > location @rewrites { > rewrite ^(/)?$ http://pytest.org/latest/; > rewrite ^/en/latest/(.*) http://pytest.org/latest/$1; > rewrite ^/(assert.*)$ http://pytest.org/latest/$1; > } > > Would just change those rewrites to docs.pytest.org (and the variants > there) do the trick? Any help here is appreciated. > > *Anyway*, IMHO we shouldn't make any redirect before releasing 2.9. The > recent doc changes are not available on pytest.readthedocs.org yet > because we copied over the files manually. Btw thanks Ronny again for > stepping in. > > Cheers, > Bruno. > > >
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
