www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 8b01e8ea25293dc88ef2cca0eeb41b0792e8f6e8
parent b3d95effdcf6bcc86a70e411bcc315695505a479
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 20 Jun 2017 10:15:08 +0200

Redirect to docs.racket-lang.org without specifying a version, otherwise docs for user packages are not available.

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -74,7 +74,7 @@ script: - raco test -x -p phc-thesis - raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs phc-thesis - mv doc/ auto-doc/ - - raco scribble --dest doc/phc-thesis --html --dest-name index ++main-xref-in --redirect-main http://docs.racket-lang.org/docs/6.9/html/ scribblings/phc-thesis.scrbl + - raco scribble --dest doc/phc-thesis --html --dest-name index ++main-xref-in --redirect-main http://docs.racket-lang.org/ scribblings/phc-thesis.scrbl - make - if test "x${DEPLOY:-}" = "xtrue"; then sh ./auto-push-gh-pages.sh; fi