You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2023. It is now read-only.
But sphinx_redirects does not properly set its Sphinx config if it can be parallelized. So it causes -j auto to fail, which makes the docs build much slower. That will be an issue when we migrate the metapackage docs to Terra.
Instead, Matthew T. had the simpler idea to move these redirects into the Cloudflare config for qiskit.org. That is already how we did the ecosystem/ redirects.
Right now, we are using the extension
sphinx_redirectsto redirect the old Aer docs to the new style. (Note that this before the Ecosystem migration):qiskit-metapackage/docs/url_redirects.py
Lines 124 to 151 in d81654d
But sphinx_redirects does not properly set its Sphinx config if it can be parallelized. So it causes
-j autoto fail, which makes the docs build much slower. That will be an issue when we migrate the metapackage docs to Terra.Instead, Matthew T. had the simpler idea to move these redirects into the Cloudflare config for qiskit.org. That is already how we did the ecosystem/ redirects.