pydata-sphinx-theme icon indicating copy to clipboard operation
pydata-sphinx-theme copied to clipboard

A clean, three-column Sphinx theme with Bootstrap for the PyData community

Results 243 pydata-sphinx-theme issues
Sort by recently updated
recently updated
newest added

Why is `@import "variables/bootstrap";` in both - https://github.com/pydata/pydata-sphinx-theme/blob/main/src/pydata_sphinx_theme/assets/styles/bootstrap.scss - https://github.com/pydata/pydata-sphinx-theme/blob/main/src/pydata_sphinx_theme/assets/styles/pydata-sphinx-theme.scss

tag: CSS

When hosting on a none RTD site (specifically on GitHub pages in this case) the addition of the `rtd-footer-container` results in a scroll bar on the primary sidebar even when...

kind: bug

If you compare the following screenshots, you will find that the some of the Xarray output is invisible in dark mode. This PR makes a stronger attempt at forcing notebook...

I think the tests are not exercising the dropdown in the navbar, as there are only 4 items in the tests build in tests/sites/base : https://github.com/pydata/pydata-sphinx-theme/blob/f30dec3f604d2e4570b5f6803c821ae0e9e47c9b/tests/sites/base/index.rst#L8-L11

kind: enhancement
tag: testing

I think it would be useful to have an option/env variable to not erase the test rendering when running `nox -s test`, At least I wanted to check a few...

kind: enhancement
tag: testing

Non-alphanumeric symbols do not seem to be appear in search results. For example, if one searches for "

kind: bug

When there are a lot of items in the version switcher dropdown, the dropdown height extends beyond the page, and the dropdown is not scrollable. ![image](https://github.com/pydata/pydata-sphinx-theme/assets/98317216/d44d38a4-73e9-447c-bbcf-6ca08bf99b3d) ![image](https://github.com/pydata/pydata-sphinx-theme/assets/98317216/d4ebfd69-dc5d-43a5-a4bd-7ba2e0046c65) Ideally, there should...

kind: bug

this page: https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/search.html says that the magnifying glass icon is the default, but it's not. The default for search is the (pseudo-)field that shows the Ctrl+K shortcut. We should correct...

good first issue
kind: documentation

New Sphinx 7.3 now prefers `theme.toml` over `theme.conf`: https://github.com/sphinx-doc/sphinx/pull/12265 Just a note to maybe consider changing. (I noticed while debugging https://github.com/sphinx-doc/sphinx/issues/12299)

kind: maintenance

This PR creates a demo of a bug (#1766). It is not meant to be merged in.