summaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-21build: Fix indexing so it works on HTML and PDF.Chris Johns5-43/+57
- 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
2018-03-09RTEMS Docs: Check sphinx versionRichard Campbell2-5/+23
Sphinx.util.compat module was removed at Sphinx version 1.7. Imported module was not being used. Closes #3311.
2017-10-12build: Add extra source to the sphinx build.Chris Johns1-11/+11
Updates #3177.
2017-09-14Improve the line spaces for directives and notes.Chris Johns1-7/+20
2017-08-25common: Remove obsolete latex_use_partsSebastian Huber1-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.
2017-08-11coverpage: Fix repeated entries.Chris Johns1-2/+2
Closes #2865.
2017-08-11Update copyright notices.Chris Johns1-2/+2
2017-08-11pdf: Update the RTEMS style to work recent Sphinx versions.Chris Johns1-54/+23
2017-08-11common/conf: Clean up.Chris Johns1-4/+0
2017-08-09Revert "Add the sphinxcontrib.bibtex extension to the repo."Chris Johns8-975/+1
This reverts commit aa4f8e2e436d6c49e1524a4a3fb164b28632d894. The contrib has too many dependencies to add into the repo.
2017-08-07Add the sphinxcontrib.bibtex extension to the repo.Chris Johns8-1/+975
2017-03-27Add Windows build details.Chris Johns1-1/+1
Actually include the quoting fix for Windows.
2017-03-27waf: Fix linkcheck and spell commands.Chris Johns1-45/+19
Clean up and remove code that is not needed. Fix sphinx-build quoting to work on Windows.
2017-03-21conf: Update the copyright year.Chris Johns1-2/+7
2017-03-21waf: Create the sphinx rule in one place.Chris Johns1-11/+11
2017-03-20Use a single top level version number.Chris Johns2-14/+35
2017-03-15user: Add tool commands to the user manual.Chris Johns1-0/+9
2017-03-15waf: Configure check the inliner only once.Chris Johns1-5/+7
2017-02-25Add a check for Sphinx extensions.Chris Johns1-15/+44
Minor clean up of the configure messages. Do not re-check sphinx in the nested configures.
2017-02-22Move extensions to common conf.pySebastian Huber1-1/+2
2017-02-02c-user: Add SMP application issues sectionSebastian Huber1-0/+4
2017-02-02c-user: Update clustered schedulingSebastian Huber1-7/+34
2017-02-01Do not show page references after internal linksSebastian Huber1-1/+1
2017-02-01Fix refs.bib entriesSebastian Huber1-1/+2
2017-02-01c-user: Add Key concept locking protocolsSebastian Huber1-0/+16
Update #2412. Update #2556.
2017-01-31Fix refs.bib entrySebastian Huber1-1/+2
2017-01-30c-user: Add timer and timeouts key conceptSebastian Huber1-0/+1
Update #2554.
2017-01-30refs.bib: Add URLSebastian Huber1-0/+1
2017-01-30c-user: Update overrun handling related functions and structureKuan-Hsun Chen1-1/+66
State the limited count of postponed_jobs. Update _rtems_rate_monotonic_get_status() and related structure. Move "Further Reading" in c-user to references. Add mentioned papers in ticket #2795 to references. Update #2795.
2017-01-25Fix some reference titlesSebastian Huber1-3/+3
2017-01-25Sort referencesSebastian Huber1-108/+110
2017-01-18c-user: Add support for references via bibtexSebastian Huber1-0/+173
https://sphinxcontrib-bibtex.readthedocs.io/en/latest/index.html Update #2871.
2017-01-12coverpage: Remove used function.Chris Johns1-15/+0
2017-01-12coverpage: Make showing the table conditional.Chris Johns2-5/+5
2017-01-12coverpage: Rename the static images directory to match bootstrap.Chris Johns3-2/+2
2017-01-12coverpage: Fix the catalogue table id.Chris Johns1-1/+2
2017-01-12coverpage: Update the coverpage to have the table collapse.Chris Johns13-16/+47
Add each doc's conf.py as a dependence to catalogue.xml.
2017-01-11conf.py: Fix build_date() to append correct suffix on all days.Justin Powell1-1/+7
2017-01-11html: Embed the catalogue XML in JS.Chris Johns3-40/+57
The is to work around a security issue with Chrome on Windows. This patches let the cover page load on Chrome and Edge on Windows 10.
2017-01-11html: Add support for an HTML cover page for releases.Chris Johns10-0/+268
2017-01-10waf: Add a title to the XML Catalogue.Chris Johns1-1/+6
2017-01-10waf: Improved XML Catalogue generator.Chris Johns1-44/+41
2017-01-09waf: Create an XML Catalogue.Chris Johns1-0/+78
2016-11-09waf: Users without the extra fonts need to use '--disable-extra-fonts' to ↵Chris Johns2-2/+6
build PDF.
2016-11-09latex: Increase the depth of subsections.Chris Johns1-4/+7
2016-11-08waf: Get a copy of the optional packages.Chris Johns1-2/+2
2016-11-08waf: Use the good fonts if installed.Chris Johns5-22/+49
2016-11-08pdf: Format lists for directives to sit on the next line.Chris Johns3-2/+7
2016-11-07PDF: Do not use lato and inconsolata fonts. Not widely supported.Chris Johns4-146/+5
2016-11-07waf: Add a program test for pygmentize.Chris Johns1-0/+3