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 275 pydata-sphinx-theme issues
Sort by recently updated
recently updated
newest added

Originally discovered in https://github.com/executablebooks/jupyter-book/issues/785 if people put math in their section headers or page titles, they won't be rendered in sidebars. E.g.: ``` ==================== About :math:`\alpha` ==================== ``` will be...

The default branch has been renamed! `master` is now named `main` If you have a local clone, you can update it by running the following commands. ``` git branch -m...

### Context This documentation is written in reStructuredText, the default for Sphinx documentation sites. However, the [myst parser sphinx package](https://myst-parser.readthedocs.io/) allows you to write Sphinx documentation in Markdown with all...

resolves #257 * [x] Translate PO files * [x] Generate MO files * [x] Test with another site

I have followed the instructions [here](https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/configuring.html#add-a-dropdown-to-switch-between-docs-versions) for my project and before testing it with a full PR I wanted to check if it worked locally. Looking at what is done...

I am using pydata-sphinx-theme for the documentation of [zfit](https://github.com/zfit/zfit). (The new version with the pydata theme can be found in the version doc_redesign). Now it would be very useful to...

Split up bootstrap and theme.css in 2 different output results. Bootstrap overrides and mixins should be included in both css outputs.

### Context The goal of this theme is to serve communities in the PyData community with a theme that meets their needs. In order to do that, we should make...

needs: discussion
tag: team process

On the version switcher PR that was recently merged I have requested some changes ( https://github.com/pydata/pydata-sphinx-theme/pull/436#discussion_r755515548) that we agreed it would be material for a follow-up PR. This is an...

After installing and configuring the theme, I am unable to get the rollup to caption functionality described [here](https://pydata-sphinx-theme.readthedocs.io/en/v0.8.1/user_guide/configuring.html#collapse-entire-toctree-captions-parts) to work. Here is my conf.py with the necessary config: ![image](https://user-images.githubusercontent.com/95341910/165055547-4ddb717d-c8cb-4f3f-94b2-49c9c17ce946.png) Here...