qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
270 stars 201 forks source link

Get rid of jupyter-sphinx and sphinx-automodapi #960

Closed Eric-Arellano closed 12 months ago

Eric-Arellano commented 1 year ago

The docs render the same before and after this PR.

jupyter-sphinx is no longer being used in Terra because it caused build issues e.g. with parallelism and macOS. It wasn't used either in Metal, so it's good to remove.

This PR also removes the outdated build_docs script in favor of consistently using tox -e docs. We want one way to build the docs so things stay simple and consistent.

zlatko-minev commented 12 months ago

Still have this one stand out, should we close?

Eric-Arellano commented 12 months ago

This results in no regression to tutorials:

Screenshot 2023-07-06 at 8 10 29 AM