From 583d42a288c10b31172e0f824590fac2a6063974 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 30 Jun 2014 23:25:38 +0300 Subject: [PATCH] .travis.yml: update RTFD. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0568ee0..c2c830c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ install: - "sudo pip install -r requirements.txt" # command to run tests script: sphinx-build -nW -b html -d _build/doctrees . _build/html +after_script: curl -X POST http://readthedocs.org/build/limnoria-doc # Flags used here, not in `make html`: # -n Run in nit-picky mode. Currently, this generates warnings for all missing references. # -W Turn warnings into errors. This means that the build stops at the first warning and sphinx-build exits with exit status 1.