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

It seems that if I have a page in `html_additional_pages`, e.g., ```python html_additional_pages = {"index": "index.html"} ``` then `hasdoc("index")` returns False while `pathto("index")` can give the correct relative path. Hence...

kind: bug

Currently, the footer start/center/end sections are always placed next to each other. On mobile, when using more than 1 section (as the default does using start/end, or our own docs...

kind: enhancement
tag: design

Hi, Impacted version are 0.15.1 and 0.15.2 ; is working with 0.14.4 ; both using Sphinx==7.2.6 Here is a fragment of my conf.py: ```py html_theme_options = { "use_edit_page_button": True, "navigation_with_keys":...

In working on https://github.com/scipy/scipy/pull/16660 I discovered that our theme is parallel-write unsafe (see esp. [this comment](https://github.com/scipy/scipy/pull/16660#issuecomment-1888055872), and the PR description of #1642 where I mark the theme as parallel-write unsafe)....

help wanted
impact: high
kind: maintenance

With PST 0.15.2 (and git+https://github.com/drammock/pydata-sphinx-theme@fix-queryselector), multiple (at a first glance, identical) warnings appear in the console (partially translated from French and trees only partially open): ``` Unknown "text-decoration-skip" property. Declaration...

tag: CSS

It would be interesting if the header links could be drop-down menus allowing the user to access all the secondary entries for each of them, without having to click on...

tag: component

# Expected Behavior The instructions from [Custom CSS Stylesheets](https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/styling.html#custom-css-stylesheets) indicates that `custom.css` will be activated with the following setup 1. Create a CSS stylesheet in _static/css/custom.css, and update the CSS...

In `matplotlib` we have a [sphinx theme](https://github.com/matplotlib/mpl-sphinx-theme) that is a thin wrapper around `pydata-sphinx-theme` to provide consistent configuration across multiple projects. This is implemented with a [custom `theme.conf` file](https://github.com/matplotlib/mpl-sphinx-theme/blob/main/mpl_sphinx_theme/theme.conf). However...

Fix #1613 @dbitouze I'm in unknown territory here so you should consider this PR experimental. I think the issue is relater to the definition of the links so I tried...

Fix #1594 As mentioned in the issue, the code highlighting lib name is "pygments" and not "pygment". I tracked down all occurences of the word "pygment" without "S" and updated...