pydata-sphinx-theme
pydata-sphinx-theme copied to clipboard
A clean, three-column Sphinx theme with Bootstrap for the PyData community
Steps to reproduce: 1. Install myst-nb in your environment 2. Remove `myst_parser` and `nbsphinx` from the `extensions` array in `docs/conf.py` 3. Add `myst_nb` to the `extensions` array 4. Build the...
When reviewing #1736 I noticed an odd interaction: keyboard navigation through the mobile sidebar eventually gets you to the "ReadTheDocs Ethical ads", then tabbing further will focus the first landmark...
As my comments on #1720 are still valid, I open a new issue so taht they don't get lost. When the `version switcher` is placed in `navbar_end` together with the...
This PR supersedes https://github.com/pydata/pydata-sphinx-theme/pull/1294 and is the last missing piece to get rid of `nox` and the `noxfile. **Summary**: - Adds all the needed babel commands to our `tox.ini` file...
See https://github.com/Quansight-Labs/czi-scientific-python-mgmt/issues/88 Incomplete, in particular we should handle relative and anchor linsks, starting with #, and . ``` $ python tools/divergent_links.py docs/_build/html ```
This will add a `` attribute to the SVG generated by font awesome, which will in turn update the Accessibility tree, which will now be - button "light/dark" focusable: true...
This PR is an attempt to improve our approach to bundling theme assets. As you go through the PR, you will notice some changes, such as: - Removal of duplicate...
This was originally reported for sphinx-book-theme that seems to also have this bug on their own docs site (but, iirc, their main theme comes from this repo). See a full...
*disclaimer: I had a search around the repo for things looking similar to this, hope I am not missing anything* --- RTD have added a new "addons" based version switcher...
A strange issue appears, where the Top Navigation Bar only buttons **without any titles** (as below). PS : the issue is not with the color of text, which can be...