Created
October 24, 2017 01:13
-
-
Save jtemporal/123389890312d764ec16bcea64e06178 to your computer and use it in GitHub Desktop.
make html output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make html | |
Running Sphinx v1.6.5 | |
making output directory... | |
loading translations [pt_BR]... done | |
loading pickled environment... not yet created | |
loading intersphinx inventory from https://docs.python.org/objects.inv... | |
intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/2/objects.inv | |
building [mo]: targets for 0 po files that are out of date | |
building [html]: targets for 1 source files that are out of date | |
updating environment: 1 added, 0 changed, 0 removed | |
reading sources... [100%] index | |
looking for now-outdated files... none found | |
pickling environment... done | |
checking consistency... done | |
preparing documents... done | |
writing output... [100%] index | |
generating indices... genindex | |
writing additional pages... search | |
copying static files... done | |
copying extra files... done | |
dumping search index in English (code: en) ... done | |
dumping object inventory... done | |
build succeeded. | |
Build finished. The HTML pages are in build/html. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment