Advertisement
Guest User

make docs

a guest
Mar 22nd, 2013
3
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. kaos@morpheus:~/zotonic$ make docs
  2. Building HTML documentation...
  3. cd doc && make stubs && make html
  4. make[1]: Entering directory `/home/kaos/zotonic/doc'
  5. export ZOTONIC_SRC=.. ; for f in `find ref -name .generate`; do $f || exit 1; done
  6. New doc: ref/modules/mod_export.rst
  7. New doc: ref/modules/mod_admin_stats.rst
  8. New doc: ref/dispatch/dispatch_mod_admin_stats-dispatch.rst
  9. New doc: ref/dispatch/dispatch_mod_export-dispatch_export.rst
  10. New doc: ref/controllers/controller_export_resource.rst
  11. New doc: ref/templates/template_admin_stats_overview.rst
  12. make[1]: Leaving directory `/home/kaos/zotonic/doc'
  13. make[1]: Entering directory `/home/kaos/zotonic/doc'
  14. sphinx-build -b html -d _build/doctrees . _build/html
  15. Running Sphinx v1.1.3
  16. loading pickled environment... done
  17. building [html]: targets for 668 source files that are out of date
  18. updating environment: 8 added, 525 changed, 0 removed
  19. reading sources... [100%] ref/validators/validator_username_unique
  20. /home/kaos/zotonic/doc/ref/scomps/scomp_chart_pie.rst:27: WARNING: nonlocal image URI found: http://chart.apis.google.com/chart?&cht=p&chts=909090,10&chs=300x150&chg=0,0,1,5&chf=bg,s,ffffff|c,s,ffffff&chdlp=b&chbh=-3,3,7&chxt=x&chxl=0:|firefox|internet%20explorer|safari|chrome|other&chxs=0,909090,10&chco=&chds=0,100&chd=t:23,67,4,3,3&chls=1,1,0
  21. /home/kaos/zotonic/doc/ref/scomps/scomp_chart_pie3d.rst:25: WARNING: nonlocal image URI found: http://chart.apis.google.com/chart?&cht=p3&chts=909090,10&chs=300x150&chg=0,0,1,5&chf=bg,s,ffffff|c,s,ffffff&chdlp=b&chbh=-3,3,7&chxt=x&chxl=0:|firefox|internet%20explorer|safari|chrome|other&chxs=0,909090,10&chco=&chds=0,100&chd=t:23,67,4,3,3&chls=1,1,0
  22. /home/kaos/zotonic/doc/ref/templates/template_.rst:2: SEVERE: Problems with "include" directive path:
  23. InputError: (2, 'No such file or directory').
  24. looking for now-outdated files... none found
  25. pickling environment... done
  26. checking consistency... /home/kaos/zotonic/doc/manuals/user/admin.rst:: WARNING: document isn't included in any toctree
  27. /home/kaos/zotonic/doc/ref/templates/index.rst:: WARNING: document isn't included in any toctree
  28. /home/kaos/zotonic/doc/tutorials/_make_common.rst:: WARNING: document isn't included in any toctree
  29. done
  30. preparing documents... done
  31. writing output... [100%] tutorials/zotonic_status
  32. /home/kaos/zotonic/doc/glossary.rst:22: WARNING: undefined label: manual-actions (if the link has no caption the label must precede a section header)
  33. /home/kaos/zotonic/doc/manuals/auth/authentication.rst:10: WARNING: term not in glossary: session cookie
  34. /home/kaos/zotonic/doc/manuals/cookbook/justenough-otp2.rst:12: WARNING: undefined label: cookbook-otp1 (if the link has no caption the label must precede a section header)
  35. /home/kaos/zotonic/doc/manuals/cookbook/shell-resetpassword.rst:38: WARNING: undefined label: tutorial-site-anatomy (if the link has no caption the label must precede a section header)
  36. /home/kaos/zotonic/doc/manuals/dispatch.rst:13: WARNING: undefined label: controller (if the link has no caption the label must precede a section header)
  37. /home/kaos/zotonic/doc/ref/modules/mod_admin.rst:114: WARNING: undefined label: mod_geodata (if the link has no caption the label must precede a section header)
  38. /home/kaos/zotonic/doc/ref/tags/tag_image.rst:16: WARNING: term not in glossary: sign key
  39. /home/kaos/zotonic/doc/ref/tags/tag_url.rst:16: WARNING: undefined label: dispatch (if the link has no caption the label must precede a section header)
  40. /home/kaos/zotonic/doc/ref/templates/index.rst:6: WARNING: toctree contains reference to document 'ref/templates/template_' that doesn't have a title: no link will be generated
  41. writing additional files... genindex search
  42. copying images... [100%] img/admin_edit.png
  43. copying static files... done
  44. dumping search index... done
  45. dumping object inventory... done
  46. build succeeded, 15 warnings.
  47.  
  48. Build finished. The HTML pages are in _build/html.
  49. make[1]: Leaving directory `/home/kaos/zotonic/doc'
  50. HTML documentation is now available in doc/_build/html/
  51. kaos@morpheus:~/zotonic$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement