Add note about the planned change of the manylinux default (#1992)
* Add note about the planned change of the manylinux default * Update docs/options.md Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> * Change date to 6th May Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com> * no manylinux_2_28 pypy_i686 image * no manylinux_2_28 i686 image * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Henry Schreiner
Matthieu Darbois
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parent
ee7fa96f6d
commit
ec591cdf47
@@ -258,6 +258,16 @@ h1, h2, h3, h4, h5, h6 {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.rst-content table.docutils td code,
|
||||
.rst-content table.docutils th code,
|
||||
.rst-content table.field-list td code,
|
||||
.rst-content table.field-list th code,
|
||||
.wy-table td code,
|
||||
.wy-table th code {
|
||||
/* table elements are already made smaller, the code styling on top of that makes the text too small */
|
||||
font-size: 82.5%;
|
||||
}
|
||||
|
||||
|
||||
/* expand all the toctree entries */
|
||||
.wy-menu-vertical .toctree-l1.current .toctree-l2>ul,
|
||||
|
||||
Reference in New Issue
Block a user