Age | Commit message (Collapse) | Author |
|
- rename LANGUAGE exported env var to LOCAL, not to disturb Make messages
- remove failing sphinx commands
- remove quotes around BUILDDIR and SOURCEDIR as these will never have spaces
- share doctrees for localized builders for perf. This also fixes warning for epub
about .doctrees unknown mimetype
- fix LaTeX paper size to always use A4
- fix today format to use a localized version
|
|
|
|
This should reduce friction with weblate to a minimum
|
|
|
|
|
|
|
|
|
|
mainly get rid of sphinx intl and use genuine gettext utilities.
- move back .pot file generation from sphinx to _build
- copy .pot files from _build using xgettext (correct width and metadata)
- enforce consitent width and metadata order with Weblate using msgmerge
- Make now correctly tracks locales files dependencies
- update README with new deps and descriptions
- remove sphinx intl from deps and github action
- Sphinx get basic metadata from ENVVARS set by Make
|
|
by not using links' reference notation
(https://daringfireball.net/projects/markdown/syntax#link)
|
|
|
|
|
|
|
|
|
|
|
|
by separating builders commands from the other, we can directly choose the output dir
|
|
- copy pot file in dir to add it to git repo
- make sphinx cmds that build docs require %.po files
- compile all messages in a single .pot
- allow fuzzy messages to be used
|
|
|
|
|
|
|
|
|
|
run Welcome to the Sphinx 4.3.2 quickstart utility.
Please enter values for the following settings (just press Enter to
accept a default value, if one is given in brackets).
Selected root path: .
Error: an existing conf.py has been found in the selected root path.
sphinx-quickstart will not overwrite existing Sphinx projects.
> Please enter a new root path (or just Enter to exit) []:
|