summaryrefslogtreecommitdiffstats
path: root/common/conf.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the copyright year.Chris Johns2018-10-191-1/+1
|
* pdf: Revert the changes to the Latex index formatting.Chris Johns2018-08-211-1/+0
| | | | | I removed the '_' splitting of long labels from the index when testing and this puts it back.
* build: Fix indexing so it works on HTML and PDF.Chris Johns2018-08-211-2/+4
| | | | | | | | | | | | - Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503
* common: Remove obsolete latex_use_partsSebastian Huber2017-08-251-4/+0
| | | | | | | | This configuration is obsolete and no longer documented: http://www.sphinx-doc.org/en/stable/config.html#options-for-latex-output The use of parts at the top-level results in ugly documents.
* common/conf: Clean up.Chris Johns2017-08-111-4/+0
|
* conf: Update the copyright year.Chris Johns2017-03-211-2/+7
|
* Use a single top level version number.Chris Johns2017-03-201-3/+3
|
* Move extensions to common conf.pySebastian Huber2017-02-221-1/+2
|
* Do not show page references after internal linksSebastian Huber2017-02-011-1/+1
|
* conf.py: Fix build_date() to append correct suffix on all days.Justin Powell2017-01-111-1/+7
|
* pdf: Format lists for directives to sit on the next line.Chris Johns2016-11-081-1/+0
|
* conf: Make the build date use a nicer day format.Chris Johns2016-11-031-1/+16
|
* Add a copyright to the PDF front page.Chris Johns2016-11-021-2/+3
|
* waf: Add a build date to the copyright.Chris Johns2016-10-301-1/+2
|
* Switch to using Minted and splitting long lines in verbatim.Amar Takhar2016-05-021-1/+1
|
* Fix PDF layout.Chris Johns2016-05-021-2/+2
|
* Add my-style.css support and add RTEMS to that CSS.Chris Johns2016-05-021-1/+1
|
* Add support for singlehtml (inlined) HTML file, plus some other fixes.Amar Takhar2016-05-021-49/+9
| | | | | | | | | * This is still broken. * Rename sphinx_rtd_theme so it doesn't pickup locally installed ones * Add a hack to theme.css to get around inliner bug. * Some unrelated fixups in common/waf.py Unfortunatly several dozen fixes got merged into this.
* Add PDF generation support use with --pdfAmar Takhar2016-05-021-1/+1
|
* Rework how conf.py is handled.Amar Takhar2016-05-021-8/+7
| | | | Needed to switch due to increasing complexity.
* Fix rtemsconfig building.Amar Takhar2016-05-021-0/+2
| | | | | I'll probably move to a more pythonic way of doing conf.py since this is getting too complicated.
* Initial reST documentation using Sphinx.Amar Takhar2016-05-021-0/+252