qiskit-community / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-community.github.io/qiskit-dynamics/
Apache License 2.0
106 stars 60 forks source link

Bump Sphinx Theme to 1.11 #215

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

Summary

Major changes include:

  1. Fixing IBM fonts not loading
  2. Fixing jQuery missing and some JavaScript errors
  3. Making the right page table of contents sticky when you scroll down the page.
Screenshot 2023-04-21 at 11 09 30 AM

Details and comments

This also fixes pyproject.toml to add the missing build-backend key. And it removes wheel from what is required, since you don't actually need that.

Finally, it fixes tox -e docs not working on macOS by setting usedevelop = False like we had to do in Terra.