uthcode/learntosolveit

Remove all Warnings when building

Closed this issue · 1 comments

When building a lot of Warnings are thrown. See if they can be fixed or silenced.

Uthcode builds without any warnings

$ make clean; make html
rm -rf build/*
/Users/skumaran/AllPython/CPython-2.7.3/bin/sphinx-build -b html -d build/doctrees   source build/html
Making output directory...
Running Sphinx v1.2.2
loading pickled environment... not yet created
building [html]: targets for 393 source files that are out of date
updating environment: 393 added, 0 changed, 0 removed
reading sources... [100%] ruby/puts_functionname
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] ruby/puts_functionname
writing additional files... search
copying static files... done
copying extra files... done
dumping search index... done
dumping object inventory... done
build succeeded.

Build finished. The HTML pages are in build/html.