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

We currently have two places where we run the same check: - `.github/workflows/test.yml` - `.github/workflows/prerelease.yml` Also the checks are very general. It may make sense to turn this into a...

For some reason, I need to hide "some" toctrees from the sidebar (for example, in a certain page, I'm generating two toctrees, but I only need one of them to...

Using inline code, eg via: in docutils.conf: ``` [restructuredtext parser] syntax_highlight = short ``` and in an rst file: ``` .. role:: cpp(code) :language: cpp :class: highlight This is my...

My version switcher was malformed but no error was sent when I build my documentation. there were a missing "," as here: ```json [ { "name": "main", "version": "latest", "url":...

As discussed in #878, using `autosummary` templates causes the build time of SciPy to double. I have verified this using this version of SciPy https://github.com/scipy/scipy/pull/16660 and built the documentation on...

Supersedes #1402. This is the PR of a feature branch named `feature-focus`. The feature branch will collect style changes incrementally across a sequence of smaller PRs whose overall goal is...

tag: CSS
tag: accessibility
tag: javascript

This PR briefly sums up the work done in #1564

I am opening this issue as a way to track little nags here and there that were missed through some of the accessibility-related PRs merged recently (i.e., #1174 and #1353)...

tag: accessibility
kind: maintenance

#1354 adds a version warning bar in addition to our announcement bar. It would be nice if users could click an X to dismiss the announcements/warnings (they take up quite...

kind: enhancement
needs: discussion
tag: UX

(supercedes) closes #705 closes #1092 WIP to fix the problem of the RTD version switcher disappearing on pages where the left sidebar is suppressed. The solution here is to piggyback...