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
+4
View File
@@ -14,3 +14,7 @@ doctest:
coverage:
nosetests skimage --with-coverage --cover-package=skimage
html:
pip install sphinx
make -C docs html