summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the bibtex extension configure testChris Johns2021-05-211-2/+4
|
* Fix the linux specific includeChris Johns2021-05-211-4/+4
|
* common/latex.py: use distro module for python3.5 and upVijay Kumar Banerjee2021-03-301-2/+5
|
* common/waf: fix some typosGedare Bloom2021-02-181-3/+3
|
* common: use bibtex_bibfiles for newer bibtexGedare Bloom2021-02-182-1/+6
| | | | Closes #4229.
* common: Enable numfig roleSebastian Huber2020-09-131-0/+3
|
* common: Fix pale color of HTML definition termsSebastian Huber2020-08-071-1/+0
|
* common: Remove probably superfluous importSebastian Huber2020-07-081-1/+0
| | | | | | | | | The purpose of this import is unclear. This import caused the following error with Sphinx 3.0: Extension error: Could not import extension rtemsdomain (exception: cannot import name 'l_')
* common: fix title pageGedare Bloom2020-04-042-1/+2
| | | | | Sphinx changed the default behavior of maketitle. Provide our own rtemsmaketitle command and use it instead.
* waf: User friendly message when no sphinx is installedChris Johns2020-04-031-0/+3
|
* waf: Get the version numbers from the version file.Chris Johns2020-03-133-5/+40
|
* sphinx: Add a custom highlight colourChris Johns2020-03-131-0/+5
| | | | Update #2998
* Update sphinx_rtd_theme to https://github.com/readthedocs/sphinx_rtd_theme/Amar Takhar2020-02-2655-1039/+3679
| | | | | | | | | 68a19ca / 0.4.3.dev0. I have been using this one for a while without issues. This should fix the search issues. closes #3880
* Revert "common: Add URLs to manuals"Sebastian Huber2020-02-041-13/+1
| | | | | This reverts commit 1fdd3cf83d154af66ad0edf5094d93075063c7e0 and some follow up changes.
* common: Add URLs to manualsSebastian Huber2020-01-071-1/+13
|
* waf/common: Fix UTF-8 encoding of HTML inliner output on Python3.Chris Johns2019-10-291-5/+13
|
* common: Show page references after internal linksSebastian Huber2019-08-142-59/+1
| | | | | | | The custom RTEMS extension produced quite verbose references like "Chapter 3 - Section 7 - Bla blub". This may distract the reading flow. Use a standard Sphinx option to show page references instead, e.g. "Bla blub (page 11)". This has some value for printed out documents.
* 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
|