2021-01-12 09:45:16 +01:00
|
|
|
mock==4.0.3
|
2021-02-16 18:43:13 +01:00
|
|
|
nose2[coverage_plugin]==0.10.0
|
2017-09-13 22:58:52 +02:00
|
|
|
cov-core==1.15.0
|
2022-01-15 20:31:01 +01:00
|
|
|
pycodestyle==2.8.0
|
2022-07-30 22:24:53 +02:00
|
|
|
pylint==2.14.5
|
2022-07-31 18:06:45 +02:00
|
|
|
splinter==0.18.1
|
2022-01-17 22:45:01 +01:00
|
|
|
transifex-client==0.14.3; python_version < '3.10'
|
|
|
|
transifex-client==0.12.1; python_version == '3.10'
|
2022-07-31 18:06:45 +02:00
|
|
|
selenium==4.3.0
|
2022-07-31 17:57:24 +02:00
|
|
|
twine==4.0.1
|
2022-01-16 21:43:40 +01:00
|
|
|
Pallets-Sphinx-Themes==2.0.2
|
[fix] docutils v0.17 incompatibility to previeous v0.16
With docutils v0.17 a lot of html markup has been changed (see below) what cause
a lot of problems in CSS from Sphinx and other Sphinx extensions & customizing.
For the first this fix pins to previous v0.16. In sphinx 4.0 these problems will
be addressed [2] and we can relax (drop) in the requirements-dev.
HTML5 writer [1]:
Use the new semantic tags <main>, <section>, <header>, <footer>, <aside>,
<figure>, and <figcaption>. See minimal.css and plain.css for styling rule
examples.
Change the initial_header_level setting's default to "2", as browsers use the
same style for <h1> and <h2> when nested in a section.
Use HTML text-level tags <small>, <s>, <q>, <dfn>, <var>, <samp>, <kbd>, <i>,
<b>, <u>, <mark>, and <bdi> if a matching class value is found in inline and
literal elements. Use <ins> and <del> if a matching class value is found in
inline, literal, or container elements.
New optional style responsive.css, adapts to different screen sizes.
New option embed_images.
[1] https://docutils.sourceforge.io/RELEASE-NOTES.html
[2] https://github.com/sphinx-doc/sphinx/issues/9056
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-04-08 14:47:24 +02:00
|
|
|
docutils==0.16
|
2022-01-21 17:31:05 +01:00
|
|
|
Sphinx==4.4.0
|
2022-01-15 22:23:58 +01:00
|
|
|
sphinx-issues==3.0.1
|
2022-01-16 14:09:30 +01:00
|
|
|
sphinx-jinja==1.4.0
|
2021-08-14 15:22:12 +02:00
|
|
|
sphinx-tabs==3.2.0
|
2021-04-03 23:16:20 +02:00
|
|
|
sphinxcontrib-programoutput==0.17
|
2021-04-03 23:28:05 +02:00
|
|
|
sphinx-autobuild==2021.3.14
|
2022-01-16 21:40:06 +01:00
|
|
|
linuxdoc==20211220
|