2021-01-12 11:45:16 +03:00
|
|
|
mock==4.0.3
|
2021-02-16 20:43:13 +03:00
|
|
|
nose2[coverage_plugin]==0.10.0
|
2017-09-13 23:58:52 +03:00
|
|
|
cov-core==1.15.0
|
2022-01-15 22:31:01 +03:00
|
|
|
pycodestyle==2.8.0
|
2022-01-15 22:23:09 +03:00
|
|
|
pylint==2.12.2
|
2022-01-16 00:17:16 +03:00
|
|
|
splinter==0.17.0
|
2021-08-12 19:24:26 +03:00
|
|
|
transifex-client==0.14.3
|
2022-01-16 17:54:01 +03:00
|
|
|
selenium==4.1.0
|
2022-01-16 16:09:46 +03:00
|
|
|
twine==3.7.1
|
2021-08-11 23:09:53 +03:00
|
|
|
Pallets-Sphinx-Themes==2.0.1
|
[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 15:47:24 +03:00
|
|
|
docutils==0.16
|
2022-01-16 01:09:18 +03:00
|
|
|
Sphinx==4.3.2
|
2022-01-16 00:23:58 +03:00
|
|
|
sphinx-issues==3.0.1
|
2022-01-16 16:09:30 +03:00
|
|
|
sphinx-jinja==1.4.0
|
2021-08-14 16:22:12 +03:00
|
|
|
sphinx-tabs==3.2.0
|
2021-04-04 00:16:20 +03:00
|
|
|
sphinxcontrib-programoutput==0.17
|
2021-04-04 00:28:05 +03:00
|
|
|
sphinx-autobuild==2021.3.14
|
2021-03-26 11:13:11 +03:00
|
|
|
linuxdoc==20210324
|
2022-01-15 22:29:26 +03:00
|
|
|
aiounittest==1.4.1
|