summaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-07Fix the version logic to make it more robust.Chris Johns1-1/+4
2019-02-06Fix building with Sphinx 1.8 and later.Chris Johns2-14/+33
- Provide the pytnon.ist file for makeindex. - Add support for xelatex building so we can switch if we want too. Closes #3669
2019-02-06 Support VERSION file for releasing and deploymentChris Johns1-0/+150
- Shorten the GIT hash.
2019-01-18Change first copyright year to 1988Sebastian Huber1-1/+1
The OAR copyright goes back to 1988.
2019-01-14Reformat and update copyright and license noticesSebastian Huber1-0/+6
For everything before 2015 an OAR copyright is assumed. Later copyright notices are based on Git commits on a best effort basis. The copyright notices of the "RTEMS Software Engineering Handbook" and the "RTEMS CPU Architecture Supplement" are incomplete.
2019-01-11common/header: Add missing copyright noticeSebastian Huber1-0/+4
2019-01-09Update header.rstSebastian Huber1-10/+10
Remove trailing slashes in URLs. Fix bug reporting URL.
2019-01-09Add common header.rst to reduce copy and pasteSebastian Huber1-0/+23
2019-01-09Remove superfluous word "Copyright"Sebastian Huber1-1/+1
The © symbol is sufficient.
2019-01-09Update general copyright noticeSebastian Huber1-1/+1
Update year and add "and contributors".
2019-01-09Replace build date with Git hash and commit dateSebastian Huber2-44/+3
The usage of a build date prevents reproducible builds.
2018-12-18common/waf.py: Fix indentation.Christian Mauderer1-1/+1
Python 3 produces an error if indentation is mixed tabs and spaces.
2018-12-05Fix error messages when Sphinx version cannot be checked.Amar Takhar1-2/+2
This is kind of a dual-check since it checks for the version while simultaneously checking to see if Sphinx exists on the system. Changed the error messages to be clear on the error and removed a reference to version which cannot be set due to the check failure. Reported by: Shashvat Jain
2018-11-03waf: Add support to build PlantUML and Ditaa images.Chris Johns1-1/+69
2018-10-24Add a README file containing the colours used in the RTEMS logo.Amar Takhar1-0/+5
2018-10-19Update the copyright year.Chris Johns1-1/+1
2018-08-21waf: Fix type in single html build.Chris Johns1-1/+1
2018-08-21pdf: Revert the changes to the Latex index formatting.Chris Johns2-1/+4
I removed the '_' splitting of long labels from the index when testing and this puts it back.
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.