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

I am using a custom template which contains the following code: ```jinja ***************** Attribute details ***************** {% for item in attributes %} .. autoattribute:: {{ item }} {% endfor %}...

The "Hide the search" component is only available when you click on a search link and allow you to remove all the "target" marked in the page. Historically it was...

tag: design
needs: discussion
tag: UX

demonstated from trailets documentation: https://traitlets.readthedocs.io/en/stable/api.html

kind: bug

Hi, How to repeat. 1/ Create a new sphinx project with: sphinx-quickstart -p test -a test -q 2/ Use pydata_sphinx_theme: sed -i 's/alabaster/pydata_sphinx_theme/' conf.py 3/ Build sphinx with json builder:...

I wanted to work on the last item preventing us to release the latest version of the theme: https://github.com/pydata/pydata-sphinx-theme/pull/1317 As it's not link to any issue I fail to understand...

kind: bug
help wanted
impact: high

> Another possibility is to keep it as a list-of-dicts, and have users optionally add a preferred=True item to one entry, and similarly an optional latest=True to one entry. I'm...

kind: enhancement
tag: UX

```scss .dropdown-menu { z-index: $zindex-popover; border: 1px solid var(--pst-color-border); box-shadow: 0 0 0.3rem 0.1rem var(--pst-color-shadow); background-color: var(--pst-color-on-background); padding: 0.5rem 0; ``` > IMO we don't need the top/bottom padding either,...

tag: CSS

Without prefixes for names that live in a global namespace, it's so, so easy to end up with name clashes. What if someone uses this theme but one of their...

tag: javascript

This is a boiled down version of https://github.com/matthew-brett/nb2plots/issues/27 The take-home is that adding the following lines in a Sphinx extension: ```python # myext.py from docutils import nodes def setup(app): app.set_translator('foo',...

As a part of reviewing the theme for accessibility issues, we teamed up to run some manual keyboard navigation tests on [this PyData Sphinx theme docs](https://pydata-sphinx-theme.readthedocs.io/en/latest/). Many thanks to @smeragoel,...

tag: accessibility