Created
June 10, 2012 21:13
-
-
Save mjtamlyn/2907345 to your computer and use it in GitHub Desktop.
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
| (docs)marc docs $ rm -rf _build/html/ | |
| (docs)marc docs $ make html | |
| sphinx-build -b djangohtml -d _build/doctrees . _build/html | |
| Making output directory... | |
| Running Sphinx v1.1.3 | |
| loading pickled environment... done | |
| building [djangohtml]: targets for 243 source files that are out of date | |
| updating environment: 0 added, 1 changed, 0 removed | |
| reading sources... [100%] ref/class-based-views/generic-date-based | |
| looking for now-outdated files... none found | |
| pickling environment... done | |
| checking consistency... done | |
| preparing documents... done | |
| writing output... [100%] topics/testing | |
| writing additional files... genindex py-modindex search | |
| copying images... [100%] internals/_images/djangotickets.png | |
| copying downloadable files... [ 20%] /Users/marc/code/django/docs/ref/contrib/gis/create_template_poscopying downloadable files... [ 40%] /Users/marc/code/django/docs/ref/contrib/gis/create_template_poscopying downloadable files... [ 60%] /Users/marc/code/django/docs/ref/contrib/gis/create_template_poscopying downloadable files... [ 80%] /Users/marc/code/django/docs/ref/contrib/gis/create_template_poscopying downloadable files... [100%] /Users/marc/code/django/docs/ref/contrib/gis/geodjango_setup.bat | |
| copying static files... done | |
| dumping search index... done | |
| dumping object inventory... done | |
| writing templatebuiltins.js... | |
| 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