Ticket #1836 (closed defect: fixed)
fix restructured text warnings in docgen process
Reported by: | mramm | Owned by: | mramm |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Documentation | Version: | trunk |
Severity: | normal | Keywords: | |
Cc: |
Description
Clean up any last restructured text warnings when sphinx-build is run.
Change History
Note: See
TracTickets for help on using
tickets.
the process for building the docs is:
mkdir html sphinx-build -b html . ./html
which assumes you've got sphinx, but it's easy_installable.