Commit Graph

13 Commits

Author SHA1 Message Date
Julien Palard 99f2135a89
Hello sphinx-lint. (#1913) 2022-11-14 15:25:17 +01:00
Julien Palard 20eba35774
Make merge (#1912)
* Make merge

* Try to have the same build locally to reproduce an issue.
2022-10-19 14:43:37 +02:00
Julien Palard b8eb0ae207
Make merge 3.10 (#1837)
* Make merge

* Whine about lines too long only if line contains a space.
2022-04-05 12:13:01 +02:00
Julien Palard e82724d296 Check line length without checking exact wrapping.
Problem is: gettext changed it line wrapping algorithm, so we can no
longer rely on everyone having the same wrapping: some will still get
the old one for a very long time, while other will have the new one.
2022-03-23 18:57:04 +01:00
Julien Palard de347cca22
Avoid having this sha1 at two different places. (#1688) 2021-09-22 09:59:09 +02:00
Jean-Abou-Samra 28f90d0bbd
Pas de -W explicite pour Sphinx (#1680)
CPython ajoute déjà -W dans son Makefile. Depuis le commit
f98c1623ec90508937afc1b58556e38214d70892 ("Doc: -W flag for sphinx-build
can be disabled" par Julien Palard), c'est même configurable à l'aide de
la variable SPHINXERRORHANDLING.

Avec le présent commit, cette variable
fonctionne aussi dans notre traduction, ce qui facilite la traduction
car cela permet d'obtenir tous les avertissements en une fois avec
« make SPHINXERRORHANDLING= » ou bien « make SPHINXERRORHANDLING="-W
--keep-going" », au lieu de voir un nouvel avertissement arrêter la
compilation à chaque fois. Ce serait bien d'avoir --keep-going par
défaut, mais je ne l'ajoute pas ici car il serait sûrement encore mieux
de le mettre dans CPython directement.
2021-09-06 11:11:48 +02:00
Julien Palard ad07b84bb6
Sync github/workflow commit with Makefile commit. (#1515)
Automerge of PR #1515 by @JulienPalard
2021-01-27 21:27:45 +01:00
Julien Palard f7ae3798f9
Workaround Python upgrades and venv caching. (#1504) 2020-12-17 21:19:25 +01:00
Julien Palard 4975c6872c
Github checks only changed files (#1500) 2020-12-15 17:22:05 +01:00
Julien Palard 02264afd6e
Set a shorter timeout on this build (6h by default). (#1501)
Automerge of PR #1501 by @JulienPalard

It should not take long, but we've seen it timeouting (probably for
another reason that really taking 6+ hours), so a shorter timeout may
be sane here.
2020-12-14 11:01:33 +01:00
Jules Lasne 4bb967b2e7
Update tests.yml for all french names (#1497) 2020-12-03 11:14:54 +01:00
Julien Palard 18418308fb
Problem Matcher for pospell (#1493) 2020-12-02 00:20:06 +01:00
Julien Palard c4ac4df37d
Try gh-actions. (#1474) 2020-11-23 13:11:32 +01:00