Commits (2)
......@@ -92,6 +92,9 @@ def walk_json(elem):
if not diff:
continue
if v == "Sphinx inventory" and "Indeks" in diff:
yield "sphinxdoc_translations"
if v.endswith("sng") and "PlantUML" in diff:
yield "png_generated_by_plantuml_captures_kernel_version_and_builddate"
......
......@@ -756,8 +756,11 @@ randomness_in_objects_inv:
description: |
Some Python documentation tool writes objects.inv files in a random order.
.
There is also a translation issue that is being tracked here
https://github.com/sphinx-doc/sphinx/issues/9778
There is also a translation issue that is being tracked in variations_in_sphinxdoc_translations
sphinxdoc_translations:
description: |
Sphinxdoc translates some titles based on content of LANGUAGE, etc.
url: https://github.com/sphinx-doc/sphinx/issues/9778
randomness_in_ocaml_cmti_files:
description: |
ocamlc generates .cmti with nondeterministic contents that do not appear to
......
......@@ -19957,6 +19957,7 @@ python-duniterpy:
issues:
- randomness_in_documentation_generated_by_sphinx
- randomness_in_objects_inv
- sphinxdoc_translations
bugs:
- 997949
python-enable:
......