summaryrefslogtreecommitdiffstats
path: root/common/conf.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-21sphinx: Use the pip installed sphinx-rtd-themeChris Johns1-3/+10
- Remove the RTEMS version of the theme - Use conf.py to specify our style sheet - Depend on the jQuery contrib package for including jQuery - Detect the theme is installed Closes #4994
2022-08-03building: Add support for an RTEMS version numberChris Johns1-8/+4
- Support using a version number for RTEMS documentation Updates #4695
2021-02-18common: use bibtex_bibfiles for newer bibtexGedare Bloom1-0/+2
Closes #4229.
2020-09-13common: Enable numfig roleSebastian Huber1-0/+3
2020-04-04common: fix title pageGedare Bloom1-0/+1
Sphinx changed the default behavior of maketitle. Provide our own rtemsmaketitle command and use it instead.
2020-03-13waf: Get the version numbers from the version file.Chris Johns1-3/+12
2019-08-14common: Show page references after internal linksSebastian Huber1-2/+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.
2019-02-13Remove minted from the PDF builds.Chris Johns1-1/+1
This is feedback from the Sphinx project. See: https://github.com/sphinx-doc/sphinx/issues/6021#issuecomment-460951653
2019-02-06Fix building with Sphinx 1.8 and later.Chris Johns1-3/+5
- Provide the pytnon.ist file for makeindex. - Add support for xelatex building so we can switch if we want too. Closes #3669
2019-01-18Change first copyright year to 1988Sebastian Huber1-1/+1
The OAR copyright goes back to 1988.
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 Huber1-24/+1
The usage of a build date prevents reproducible builds.
2018-10-19Update the copyright year.Chris Johns1-1/+1
2018-08-21pdf: Revert the changes to the Latex index formatting.Chris Johns1-1/+0
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 Johns1-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
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-11common/conf: Clean up.Chris Johns1-4/+0
2017-03-21conf: Update the copyright year.Chris Johns1-2/+7
2017-03-20Use a single top level version number.Chris Johns1-3/+3
2017-02-22Move extensions to common conf.pySebastian Huber1-1/+2
2017-02-01Do not show page references after internal linksSebastian Huber1-1/+1
2017-01-11conf.py: Fix build_date() to append correct suffix on all days.Justin Powell1-1/+7
2016-11-08pdf: Format lists for directives to sit on the next line.Chris Johns1-1/+0
2016-11-03conf: Make the build date use a nicer day format.Chris Johns1-1/+16
2016-11-02Add a copyright to the PDF front page.Chris Johns1-2/+3
2016-10-30waf: Add a build date to the copyright.Chris Johns1-1/+2
2016-05-02Switch to using Minted and splitting long lines in verbatim.Amar Takhar1-1/+1
2016-05-02Fix PDF layout.Chris Johns1-2/+2
2016-05-02Add my-style.css support and add RTEMS to that CSS.Chris Johns1-1/+1
2016-05-02Add support for singlehtml (inlined) HTML file, plus some other fixes.Amar Takhar1-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.
2016-05-02Add PDF generation support use with --pdfAmar Takhar1-1/+1
2016-05-02Rework how conf.py is handled.Amar Takhar1-8/+7
Needed to switch due to increasing complexity.
2016-05-02Fix rtemsconfig building.Amar Takhar1-0/+2
I'll probably move to a more pythonic way of doing conf.py since this is getting too complicated.