11.0#1
Open
redblow wants to merge 407 commits into
Open
Conversation
origin invoice: https://docs.google.com/document/d/1ZwOpoQ9bvuPM3PHySUzEsT3oKpGaabzdnVc0sdiuYVw/edit origin get signature: https://docs.google.com/document/d/1OkC9MVvuDvzz2b9gZjfzMPzep7qdbOyZZxE0ZZj2K7E/edit
Fixing some typos & grammar
Just fixed 2 typos (now instead of know and a comma)
Move an important paragraph at section beginning and emphasize it with a warning. OPW-2235054
- Update Enterprise & Partnership agreement (EN, FR) - Update legal page index: hide outdated agreements, replace with a link to an archive of the old PDFs. - Add icons for missing files, to make index table layout more consistent - Add `text-justify` on HTML versions of contracts, for consistency with the PDF versions. - Fix compatibility of PDF generation with recent sphinx versions (\sphinxmaketitle instead of \maketitle) - Re-add NL PDF building, still needs to be updated like all others Backport of 5b80ed5 from 13.0
`\sphinxmaketitle` only exists as of v1.8.3, and `\renewcommand` would crash when the command is not defined. Similarly `\newcommand` would crash if the command already exists. `\providecommand` acts as a shim: no-op if the command exists, otherwise creates it so that it can be redefined. Backport of 54e7ed3
e.g.
.. meta::
:description: blah blah blah
:keywords lang=en: x y z
should yield
<meta name="description" content="blah blah blah">
<meta name="keywords" lang="en" content="x y z">
Also cleaned up `layout.html` a tad while at it:
* we're now properly setting the default metas via the translator so
setting them in the template is unnecessary
* there's a flag to use an html5 doctype (also has a few other
positive side-effects with respect to the metas sphinx generates in
the template)
Single backticks are used for references, and `cloc` is not a valid one. Backport of e59726c
As requested by DHL OPW-2469052
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update