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

Some of the syntax highlighting in the [dark mode switcher](https://github.com/pydata/pydata-sphinx-theme/pull/540) lacks the contrast present in the light mode. The best example I noticed was the json snippet on [this page](https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/configuring.html?#add-a-json-file-to-define-your-switcher-s-versions)....

needs: more information

Hello, i'm packaging pydata-sphinx-theme and i have a problem when running tests in our build environment: if i run pytest in the top-level directory, they all pass, but if i...

needs: more information

## My idea in short: A Jupyter cell magic, that takes the code of a cell and the corresponding example output image. The cell magic then generates a html website,...

needs: more information

### Context JupyterLab is a very popular interface that is used by many in the PyData ecosystem, and that is increasingly becoming easier to embed directly into HTML pages [via...

tag: CSS

### Context ReadTheDocs will place a little hover widget over the page for most themes, this allows people to see a dropdown of versions and languages available. For example: This...

enhancement

On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues. There are few otgher warnings as well. Here...

Right now, the layout and CSS is a bit a mess, as a consequence of copy pasting things (eg from the bootstrap docs) to minimally "get things working". But so...

tag: CSS

I did a quick scan of the issues and didn't see this proposed anywhere - apologies if I missed related discussions. It would be a nice feature to have the...

### Context We've got an issue open to discuss using the `sphinx-basic-ng` theme instead of the default `basic` theme from Sphinx here: - https://github.com/pydata/pydata-sphinx-theme/issues/444 In that issue, we've discussed a...

I use css variables as outlined here: https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/customizing.html#css-theme-variables My customs.css looks like this ```css :root { --pst-color-navbar-link: 255, 255, 255; --pst-color-navbar-link-hover: 192, 192, 192; --pst-color-navbar-link-active: 203, 86, 40; } #navbar-main...

needs discussion