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

WIP to address #1568. ~~Doesn't work. The below proof-of-concept with the same tag structure / depth of nesting *does* work, so I'm a bit at a loss as to where...

kind: bug

Fix #1475 As discussed in the issue, this PR aim at dropping all .md files from our documentation to reduce the number of depencies of the build and also simplify...

As discussed in #1292 the test and build structure is becoming heavier and heavier. This is a proposal change to deal with the specific case of translations. - Edition of...

Hi, As discussed in Issue #1181 it is quite straight forward to implement a new parameter that allows users to decide which level the sidebar TOC should start at. By...

If you run the accessibility checks right now: ```sh nox -s a11y ``` It opens several pages and runs the Axe checker against them to find accessibility issues. There are...

tag: accessibility

chevron is now correctly aligned. But the example page you linked to reveals another problem (also there in `main`) which is that the final element of the breadcrumb is completely...

kind: bug
tag: component

Example failed pipeline: https://gitlab.com/fjordlynn/sphinx-pf2srd/-/jobs/5785411903 ## RST triggering this error: ``` Open a ticket with your feedback here: https://gitlab.com/fjordlynn/sphinx-pf2srd/-/issues. ``` ## Log ``` Traceback (most recent call last): File "/builds/fjordlynn/sphinx-pf2srd/.nox/docs/lib/python3.11/site-packages/sphinx/cmd/build.py", line...

kind: bug
needs: more information
tag: component

A minimalist `sphinx-doc` site, with `pydata-sphinx-theme` (v. `0.14.4`) as HTML theme, gives in the DevTools of `Firefox` and `Chromium-browser` a lot of warnings related to `fontawesome`: - With `Firefox`: ```...

kind: bug
tag: dependencies

Every time we push out a release, a flood of new issues comes in. As a maintainer I feel responsible to fix them, but as a maintainer *with other, higher-priority...

needs: discussion
tag: team process

Sub-issue of #1428. The [landmark-unique rule](https://dequeuniversity.com/rules/axe/4.8/landmark-unique) violation shows up on the "Generic" page as a result of the `` tags within the `` not having an accessible name (role +...

tag: accessibility