Qiskit / qiskit_sphinx_theme

A Sphinx theme and documentation guidelines for Qiskit and Qiskit Ecosystem projects
https://qisk.it/docs-guide
Apache License 2.0
16 stars 29 forks source link

Make the local docs build better reflect real sphinx projects #220

Closed javabster closed 1 year ago

javabster commented 1 year ago

It has happened a few times now where we can't properly test out CSS fixes locally because we don't have any files that use the typical Sphinx API Reference setup. It would be great if we could add an example API Reference with a dummy Class, with other nested classes and methods.

pages we need:

Eric-Arellano commented 1 year ago

What remains after https://github.com/Qiskit/qiskit_sphinx_theme/pull/265 is comparing more to https://sphinx-themes.org and making sure that we have everything we want to test.

javabster commented 1 year ago

some things I've noticed would be good to add (edge cases that have caused css issues in the past)

Eric-Arellano commented 1 year ago

Thanks for the comment, Abby! I added this to the Furo milestone because it will allow us to better verify that we aren't introducing styling regressions for these edge cases when we switch.