summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* waf: Fix ''NoneType' object is not iterable'Christian Mauderer2016-11-071-4/+6
|
* waf: Fix the host version check.Chris Johns2016-11-061-3/+3
|
* waf: Add support to handle missing Latex packages on hosts they are not ↵Chris Johns2016-11-0611-95/+1113
| | | | | | | | | | available on. It appears the support for texlive packages on some hosts is variable. This patch lets us add missing packages to our source tree so a PDF can be built on those hosts. The quality of the PDFs created may vary as some short cuts may have been take. For example lato is a font and only the sty file as been added and not the actual font which means it's use will default to another font.
* waf: Check for texlive packages and report an error is not found.Chris Johns2016-11-041-6/+106
|
* waf: Fix the bnode issue when building in a manual directory.Chris Johns2016-11-041-1/+1
|
* waf: Use separate doctrees so avoid sphinx clashes.Chris Johns2016-11-031-10/+11
|
* pdf: Make the copyright the same as the html.Chris Johns2016-11-031-1/+1
|
* conf: Make the build date use a nicer day format.Chris Johns2016-11-031-1/+16
|
* waf: Have configure set building pdf and/or singlehtml.Chris Johns2016-11-031-206/+247
| | | | | | | | | | | | | | Move selecting pdf and singlehtml to the configure stage so it is sticky for all builds. This means a top level build will always build all formats that have been configured. Do not complete the configure stage if tools are missing for the configured output. Add singlehtml support using the inliner tool. It is nice. Remove the groups as waf can track the dependences. This lets the manuals build in parallel.
* Add a copyright to the PDF front page.Chris Johns2016-11-022-3/+4
|
* html: Update the CSS and add topics.Chris Johns2016-11-021-8/+30
|
* waf: Fix the sphinx verbose option.Chris Johns2016-11-021-2/+8
|
* waf: Add an install command.Chris Johns2016-10-311-43/+67
|
* waf: Add top build support.Chris Johns2016-10-301-16/+44
|
* waf: Add a build date to the copyright.Chris Johns2016-10-301-1/+2
|
* waf: Update to support a recent waf.Chris Johns2016-10-291-2/+2
|
* common/waf.py: Improve Sphinx version parsing to work with their git masterJoel Sherrill2016-10-271-2/+2
|
* waf: Fix for waf-1.9.3.Chris Johns2016-09-091-1/+1
|
* Make the Warning colours match the theme.Chris Johns2016-07-041-0/+12
|
* Move images to a common directory.Amar Takhar2016-05-181-4/+16
|
* Updates from user reviews.Chris Johns2016-05-021-0/+1
|
* Remove the minted gobble.Chris Johns2016-05-021-1/+1
|
* Switch to using Minted and splitting long lines in verbatim.Amar Takhar2016-05-023-1/+11
|
* Add Minted 2015/12/21 v2.2dev (ce7a111)Amar Takhar2016-05-021-0/+1513
|
* Better error message, add FTP to the URL list.Chris Johns2016-05-021-1/+2
|
* Format the index for PDF output.Chris Johns2016-05-021-0/+4
|
* Run through 2to3.Chris Johns2016-05-021-1/+1
|
* Wrap \tabulary environment to allow breaking underscores.Amar Takhar2016-05-021-0/+9
| | | | * This \discretionary to avoid language issues.
* Add wrap support to long table entries.Chris Johns2016-05-021-20/+14
|
* Add an rtems-table class to wrap and align HTML tables.Chris Johns2016-05-021-0/+32
|
* Fix PDF layout.Chris Johns2016-05-022-2/+4
|
* Add my-style.css support and add RTEMS to that CSS.Chris Johns2016-05-024-3/+116
|
* Generate a fatal error on a Sphinx beta version that cannot be parsed.Chris Johns2016-05-021-3/+5
|
* Add 'waf linkcheck' to check external references.Amar Takhar2016-05-021-1/+15
|
* Remove incorrect pdflatex/makeindex check.Amar Takhar2016-05-021-4/+0
|
* Only require makeindex and pdflatex when trying to build PDF.Amar Takhar2016-05-021-3/+3
|
* Add support for singlehtml (inlined) HTML file, plus some other fixes.Amar Takhar2016-05-0230-92/+79
| | | | | | | | | * 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.
* Fix typo and add another dependency.Amar Takhar2016-05-021-2/+2
|
* Add minimum version check for Sphinx.Amar Takhar2016-05-021-1/+24
| | | | Some distributions have ancient versions we require at least 1.3.
* Add PDF generation support use with --pdfAmar Takhar2016-05-023-17/+48
|
* Add .svg logos for RTEMS that I made myself.Amar Takhar2016-05-022-0/+459
| | | | One is plain SVG the other has the Inkscape metadata in it.
* Add logo.pdf for PDF documents.Amar Takhar2016-05-021-0/+0
|
* Add support for spellchecking with a custom dictionary.Amar Takhar2016-05-024-2/+53
| | | | | | | | | | | | | | To use: 1. Install aspell 2. waf spell <list of files> * waf spell mydoc.rst * waf spell *.rst This uses a custom dictionary stored in common/spell/dict/. We should add all RTEMS and programming terms to this to ensure we are consistent. Amar.
* Rework how conf.py is handled.Amar Takhar2016-05-023-21/+51
| | | | Needed to switch due to increasing complexity.
* Fix rtemsconfig building.Amar Takhar2016-05-021-0/+2
| | | | | I'll probably move to a more pythonic way of doing conf.py since this is getting too complicated.
* Initial reST documentation using Sphinx.Amar Takhar2016-05-0237-0/+1939