This PR removes the translations feature. We suspect it was incorrectly copied from qiskit-nature. We don't have any translations infrastructure set up for nature-pyscf, and it wouldn't work either way because these docs aren't deployed to qiskit.org/ecosystem.
This PR also:
Fixes pyproject.toml to tell Python how to build the package. This is highly recommended to include.
Enables -j auto with Sphinx to have parallelism. This should result in a faster docs build.
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 removes the translations feature. We suspect it was incorrectly copied from qiskit-nature. We don't have any translations infrastructure set up for nature-pyscf, and it wouldn't work either way because these docs aren't deployed to qiskit.org/ecosystem.
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