From 55b9ce0835d79f3114bbd6d5bb08b389927f66ec Mon Sep 17 00:00:00 2001 From: jlwalke2 Date: Wed, 30 Jun 2021 12:59:33 -0400 Subject: [PATCH] fix doc upload --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3043501..fb84d704 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ matrix: - stage: upload documentation python: 3.6 - install: pip install sphinx + install: pip install sphinx pyyaml script: - sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html - touch ./doc/_build/html/.nojekyll