Changes between Initial Version and Version 1 of Ticket #13616
- Timestamp:
- May 26, 2010, 8:06:52 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13616
- Property Triage Stage Unreviewed → Accepted
-
Ticket #13616 – Description
initial v1 1 1 When using the development version of Sphinx the docs no longer build. 2 2 {{{ 3 3 $ make html 4 4 sphinx-build -b djangohtml -d _build/doctrees . _build/html … … 19 19 or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks! 20 20 make: *** [html] Error 1 21 22 21 }}}