Fix some sphinx warnings and add to build

Fix some sphinx warnings

Add documentation build to test

Add documentation build to test

Remove change in numpydoc

Remove change in apigen

Add makefile target for html and add to travis script

Add a makefile target for html and add to travis script

Fix more sphinx warnings
This commit is contained in:
Steven Silvester
2015-02-07 16:40:26 -06:00
parent d082d137aa
commit 09876408fc
10 changed files with 38 additions and 30 deletions
+3
View File
@@ -5,6 +5,9 @@ section "Test.with.min.requirements"
nosetests $TEST_ARGS skimage
section_end "Test.with.min.requirements"
section "Build.docs"
make html
section_end "Build.docs"
section "Flake8.test"
flake8 --exit-zero --exclude=test_*,six.py skimage doc/examples viewer_examples