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

It seems with recent versions, that field lists render an extra (unnecessary) colon, and that this change happened between 0.8.1 and 0.9 --- #### https://pydata-sphinx-theme.readthedocs.io/en/v0.9.0/demo/kitchen-sink/lists-and-tables.html --- #### https://pydata-sphinx-theme.readthedocs.io/en/v0.8.1/demo/kitchen-sink/lists-and-tables.html

This makes a few CSS fixes to our equation scrolling behavior. Here's the summary: - It makes the block-level equation scroll at the `mth-container` level, instead of the `div.math` level....

Some of the inline equations have vertical scrollbars. This isn't true for all of them. For example: ![image](https://user-images.githubusercontent.com/1839645/183250449-6df197e9-bb7f-46b4-9054-ff83d210ef62.png) From: https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/theme-elements.html#mathematics

bug

When the TOC is empty, the right sidebar is still present through `bd-sidebar-secondary bd-toc` This is observed in SciPy. To build SciPy and the doc (build should take around 3...

### Context Currently, our right Table of Contents is displayed and can be hidden by using the following configuration[^1]: ``` :html_theme.sidebar_secondary.remove: ``` [^1]: ref: https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/page-toc.html#remove-the-table-of-contents We currently do this on...

Added footer-content.html, following the sphinx-basic-ng design. For this and to mimic sphinx-basic-ng design (which we are ultimately planning to inherit) https://github.com/pydata/pydata-sphinx-theme/pull/840, have reordered and created a few tags for body...

This is a PR to propose an upgrade to the latest version of FontAwesome (i.e. v6.1.2). Moving from 5.13.0 to 6.x.x provides to `pydata-sphinx-theme` users with a richer bank of...

To more quickly identify performance regressions we should add some benchmarking tests. This has been suggested before (see https://github.com/pydata/pydata-sphinx-theme/issues/381#issuecomment-817981156 for example). And maybe we could have caught #855 earlier in...

While testing the RC for 0.10, I noticed that the Sphinx build time significantly increased. Here is an example of CI timing out now with RC2 https://github.com/scipy/scipy/pull/16660 On `main`, we...

block-release