From f6b0f4e23c3f5710925513bfd7c2627cd4f2bc1e Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Sat, 27 Jan 2018 23:56:09 +0100 Subject: [PATCH] corrected doc generation command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af86298..005e2e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ install: script: - pytest - cd docs - - make docs \ No newline at end of file + - make html \ No newline at end of file