Closed Eric-Arellano closed 1 year ago
The 1.12 theme release is focused on stability, including CSS fixes. See https://github.com/Qiskit/qiskit_sphinx_theme/releases/tag/1.12.0rc1 for the changelog.
This PR also:
pyproject.toml
-j auto
tox -e docs-clean
The 1.12 theme release is focused on stability, including CSS fixes. See https://github.com/Qiskit/qiskit_sphinx_theme/releases/tag/1.12.0rc1 for the changelog.
This PR also:
pyproject.toml
to tell Python how to build the package. This is highly recommended to include.-j auto
with Sphinx to have parallelism. This should result in a faster docs build.tox -e docs-clean