Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
2359738699c91b8b6f260a4c732dd38ee4758591...c5c127e46e40accfde6187391087ccab3261d736
Commits (2)
Split out sphinxdoc_translations.
· 5b8d9921
Chris Lamb
authored
Oct 27, 2021
5b8d9921
Tag python-duniterpy with sphinxdoc_translations
· c5c127e4
Chris Lamb
authored
Oct 27, 2021
c5c127e4
Hide whitespace changes
Inline
Side-by-side
bin/auto-classify
View file @
c5c127e4
...
...
@@ -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"
...
...
issues.yml
View file @
c5c127e4
...
...
@@ -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
...
...
packages.yml
View file @
c5c127e4
...
...
@@ -19957,6 +19957,7 @@ python-duniterpy:
issues:
- randomness_in_documentation_generated_by_sphinx
- randomness_in_objects_inv
- sphinxdoc_translations
bugs:
- 997949
python-enable:
...
...