summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Align "Build Logs" with other list namesSebastian Huber2019-08-051-1/+1
|
* refs: Update EARS referencesSebastian Huber2019-07-241-2/+20
|
* refs: Add ECSS standard referencesSebastian Huber2019-07-231-0/+51
| | | | | Add the ECSS standards in a separate block. Use a custom label scheme to make citations easier.
* refs: Replace non-ASCII characterSebastian Huber2019-07-231-1/+1
|
* common: Add referencesSebastian Huber2019-07-111-0/+49
|
* c-user: Add RTEID and ORKID referencesSebastian Huber2019-06-211-0/+18
|
* waf: Fix argument bug getting extra source.Chris Johns2019-03-011-1/+1
|
* waf: Add support for extra and excluded sources.Chris Johns2019-02-281-14/+32
|
* waf: Change --sphinx-verbose to --sphinx-options, add --sphinx-nit-pickChris Johns2019-02-281-13/+28
| | | | | Provide options to manage sphinx. Make using the nit-picky mode simpler to access.
* Add unicode support for commonly used characters like copyright.Chris Johns2019-02-281-0/+5
| | | | | - This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
* waf: Fix building the images in the src path.Chris Johns2019-02-281-2/+1
|
* Use pathto() on the genindex URL to make it relative.Chris Johns2019-02-151-1/+1
|
* common/latex.py: Remove hack for CentOS. Use Texlive per instructions.Joel Sherrill2019-02-131-8/+0
|
* waf: Use the release date in the coverpageChris Johns2019-02-141-2/+2
|
* waf: Fix version.py to support older versions of git.Chris Johns2019-02-131-17/+34
|
* Remove minted from the PDF builds.Chris Johns2019-02-133-1518/+2
| | | | | | This is feedback from the Sphinx project. See: https://github.com/sphinx-doc/sphinx/issues/6021#issuecomment-460951653
* Fix the version logic to make it more robust.Chris Johns2019-02-071-1/+4
|
* Fix building with Sphinx 1.8 and later.Chris Johns2019-02-062-14/+33
| | | | | | | | - Provide the pytnon.ist file for makeindex. - Add support for xelatex building so we can switch if we want too. Closes #3669
* Support VERSION file for releasing and deploymentChris Johns2019-02-061-0/+150
| | | | - Shorten the GIT hash.
* Change first copyright year to 1988Sebastian Huber2019-01-181-1/+1
| | | | The OAR copyright goes back to 1988.
* Reformat and update copyright and license noticesSebastian Huber2019-01-141-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.
* common/header: Add missing copyright noticeSebastian Huber2019-01-111-0/+4
|
* Update header.rstSebastian Huber2019-01-091-10/+10
| | | | Remove trailing slashes in URLs. Fix bug reporting URL.
* Add common header.rst to reduce copy and pasteSebastian Huber2019-01-091-0/+23
|
* Remove superfluous word "Copyright"Sebastian Huber2019-01-091-1/+1
| | | | The © symbol is sufficient.
* Update general copyright noticeSebastian Huber2019-01-091-1/+1
| | | | Update year and add "and contributors".
* Replace build date with Git hash and commit dateSebastian Huber2019-01-092-44/+3
| | | | The usage of a build date prevents reproducible builds.
* common/waf.py: Fix indentation.Christian Mauderer2018-12-181-1/+1
| | | | Python 3 produces an error if indentation is mixed tabs and spaces.
* Fix error messages when Sphinx version cannot be checked.Amar Takhar2018-12-051-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
* waf: Add support to build PlantUML and Ditaa images.Chris Johns2018-11-031-1/+69
|
* Add a README file containing the colours used in the RTEMS logo.Amar Takhar2018-10-241-0/+5
|
* Update the copyright year.Chris Johns2018-10-191-1/+1
|
* waf: Fix type in single html build.Chris Johns2018-08-211-1/+1
|
* pdf: Revert the changes to the Latex index formatting.Chris Johns2018-08-212-1/+4
| | | | | 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-215-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
* RTEMS Docs: Check sphinx versionRichard Campbell2018-03-092-5/+23
| | | | | | | Sphinx.util.compat module was removed at Sphinx version 1.7. Imported module was not being used. Closes #3311.
* build: Add extra source to the sphinx build.Chris Johns2017-10-121-11/+11
| | | | Updates #3177.
* Improve the line spaces for directives and notes.Chris Johns2017-09-141-7/+20
|
* 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.
* coverpage: Fix repeated entries.Chris Johns2017-08-111-2/+2
| | | | Closes #2865.
* Update copyright notices.Chris Johns2017-08-111-2/+2
|
* pdf: Update the RTEMS style to work recent Sphinx versions.Chris Johns2017-08-111-54/+23
|
* common/conf: Clean up.Chris Johns2017-08-111-4/+0
|
* Revert "Add the sphinxcontrib.bibtex extension to the repo."Chris Johns2017-08-098-975/+1
| | | | | | This reverts commit aa4f8e2e436d6c49e1524a4a3fb164b28632d894. The contrib has too many dependencies to add into the repo.
* Add the sphinxcontrib.bibtex extension to the repo.Chris Johns2017-08-078-1/+975
|
* Add Windows build details.Chris Johns2017-03-271-1/+1
| | | | Actually include the quoting fix for Windows.
* waf: Fix linkcheck and spell commands.Chris Johns2017-03-271-45/+19
| | | | | | Clean up and remove code that is not needed. Fix sphinx-build quoting to work on Windows.
* conf: Update the copyright year.Chris Johns2017-03-211-2/+7
|
* waf: Create the sphinx rule in one place.Chris Johns2017-03-211-11/+11
|
* Use a single top level version number.Chris Johns2017-03-202-14/+35
|