This commit adjust the sphinx configuration to use the "Read The Docs"
theme, which has the advantage of allowing the navigation bar
(containing among other things a search bar, and the TOC) to stay
fixed while scrolling the contents of the page being read. This is
particularly useful to allow access to those features while reading
a long page, for instance.
TN: VB25-022
(cherry picked from commit f833aa9539)
This attribute make it possible to set a set of string on which to align
the content of the table.
Add documentation and corresponding regression test.
For RC04-043.
This make it possible to align all line (separated with \n) in a tag
constant to the start of the tag in the template.
Add documentation and corresponding regression test.
For RC04-043.
Prevent build-doc to compile the library again into .build/obj,
because without -subdir .build/obj/TARGET/MODE/static is not seen.
No need to recompute SDIR in regtests/Makefile, it is set in makefile.setup.
Remove duplicate PRJ_BUILD in ALL_OPTIONS.
Avoid undefined VERSION in templates_parser.gpr when building examples.
Some redundant settings may probably be replaced with renamings from
TP_Shared so that they are updated in a single place in TP_Shared.
docs: -gnat05
regtests: -gnat05 -m Subversion
Previous version did not actually write the last file,
resulting in an empty subsection in the documentation.
Also avoid the reserved identifier "file", and avoid loading the
whole input file in memory.