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 316 pydata-sphinx-theme issues
Sort by recently updated
recently updated
newest added

I access from inside the company, but a security risk was detected and access to "bootstrapcdn.com" was banned. Can you change the CDN to "cdnjs.cloudflare.com"?

I find the sidebar templating logic to be a bit confusing to wrap my head around. I wonder if it could be made a little bit more modular if we...

If you need require.js, or there is some other extension that includes require.js (the example case was nbsphinx including require.js, see https://github.com/pandas-dev/pandas-sphinx-theme/issues/25, https://github.com/pandas-dev/pandas-sphinx-theme/commit/32e12def143454ae4bea7ca7a0f2ddf554345898), then that breaks all javascript (*"Error: Mismatched...

In another project we are running into issues because readthedocs doesn't consistently apply the pydata bootstrap theme's "re-classing" of blocks in order to map onto the bootstrap docs (e.g. making...

Fixes #841 I discover that Sphinx is already doing the same kind of operation for `kbd` Litteral nodes: https://github.com/sphinx-doc/sphinx/blob/5.x/sphinx/builders/html/transforms.py So I adapted the code to read all the links on...

The [instructions for dark/light theming](https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/light-dark.html#customize-the-css-of-light-and-dark-themes) specify: ```css /* anything related to the light theme */ html[data-theme="light"] { } /* anything related to the dark theme */ html[data-theme="dark"] { } ```...

Fix #928 The search and theme switcher were special-cased in wide screens. This PR ensures that if a high number of icons are set in the navbar-end

When adding a json switcher using an url I added a few test on the file itself to make sure it's not malformed in order to help developer track down...

According to [some sites](https://chipcullen.com/how-to-have-dark-mode-image-that-works-with-user-choice/), there is a way to do themed images with `picture`: ``` ``` I don't know how well this is supported, but maybe this is something that...

Fix #933 I force the table-layout to auto when the table is nested in a `.html_render` class I updated the width of the pandas exampe to check to display @JoerivanEngelen,...