Mercurial > p > roundup > code
annotate scripts/Docker/sphinxdeps.txt @ 8281:669dfccca898
issue2551391 - checkboxes and radiobutton inputs get wrong id's.
Actually it breaks automatic id assignment for all inputs.
Inputs now get an automatic id assignment that matches the name.
It can be overridden by supplting an id parameter in the call to
the field() method.
This is also a partial fix for issue1513369. I think it obsoletes the
changes to templating.py.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 16 Jan 2025 02:32:58 -0500 |
| parents | d117ddcb0ed1 |
| children |
| rev | line source |
|---|---|
| 6579 | 1 Babel |
| 2 Jinja2 | |
| 3 MarkupSafe | |
| 4 Pygments | |
| 5 alabaster | |
| 6 certifi | |
| 7 charset-normalizer | |
| 8 docutils | |
| 9 idna | |
| 10 imagesize | |
| 11 packaging | |
| 12 pyparsing | |
| 13 requests | |
| 14 six | |
| 15 snowballstemmer | |
|
7604
d117ddcb0ed1
Update dockerfile build: new python base image, reduce disk space use
John Rouillard <rouilj@ieee.org>
parents:
6579
diff
changeset
|
16 sphinxcontrib-applehelp |
|
d117ddcb0ed1
Update dockerfile build: new python base image, reduce disk space use
John Rouillard <rouilj@ieee.org>
parents:
6579
diff
changeset
|
17 sphinxcontrib-devhelp |
|
d117ddcb0ed1
Update dockerfile build: new python base image, reduce disk space use
John Rouillard <rouilj@ieee.org>
parents:
6579
diff
changeset
|
18 sphinxcontrib-htmlhelp |
|
d117ddcb0ed1
Update dockerfile build: new python base image, reduce disk space use
John Rouillard <rouilj@ieee.org>
parents:
6579
diff
changeset
|
19 sphinxcontrib-jsmath |
|
d117ddcb0ed1
Update dockerfile build: new python base image, reduce disk space use
John Rouillard <rouilj@ieee.org>
parents:
6579
diff
changeset
|
20 sphinxcontrib-qthelp |
| 6579 | 21 sphinxcontrib-serializinghtml |
| 22 sphinxcontrib-websupport | |
| 23 urllib3 | |
| 24 |
