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

### Context Right now we have have this function to generate *either* the navbar navigation or the sidebar navigation: https://github.com/pydata/pydata-sphinx-theme/blob/06a35adef9bd23ccd15ca7f31114472e483ef662/src/pydata_sphinx_theme/__init__.py#L200-L209 And we then re-use it in a few places to...

enhancement

For some reason, when an equation has horizontal scrolling, the page loads with it scrolled all the way to the right: ![image](https://user-images.githubusercontent.com/1839645/183250399-7c5156e2-a893-4b35-8020-da68bf1b2d71.png) Instead it should be scrolled to the left....

bug

With `mistune-2.0.3` and `nbconvert-7.0.0rc2`, things work. With `mistune-3.0.0a1` and `nbconvert-7.0.0rc2` we get: ``` Exception occurred: File "/opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/site-packages/nbconvert/filters/markdown_mistune.py", line 49, in MathBlockParser RULE_NAMES = ("multiline_math",) + BlockParser.RULE_NAMES AttributeError: type object 'BlockParser'...

We've got a lot of nice new features in `main` and I think it's time to make a release so others can benefit from them. There are a few extra...

notice how the topbar header goes to 2 lines when width is just above the breakpoint. I think it's good that it has the fallback of wrapping when it's too...

tag: component

**This is just an experimentation PR, meant to showcase the feasibility of swapping the skeleton.** Although this is not a good first step to switching to `sphinx-basic-ng` as the base,...

See screenshot, numbers go 1,2,3,6 ![Screenshot 2022-07-26 at 08-22-32 Gallery of sites using this theme — PyData Theme 0 10 0rc1 documentation](https://user-images.githubusercontent.com/1810515/181016701-17835261-6038-426a-8684-63eac6cfb336.png)

[foo.webm](https://user-images.githubusercontent.com/1810515/181034718-c005bc7a-8cb5-42a8-a974-c52ee7aa7fe8.webm) Expected behavior is that when a page doesn't exist for a specific docs version, we redirect to the homepage for that version. Seems like maybe the RTD "maze found"...

### Context Many projects have links back to their issues / PRs hosted on platforms like GitHub or GitLab. Instead of displaying these as raw links, it might be nice...

enhancement

### Context In a few places we have been discussing what to do with our "three buttons problem": - https://github.com/pydata/pydata-sphinx-theme/issues/823 - https://github.com/pydata/pydata-sphinx-theme/issues/195 - https://github.com/pydata/pydata-sphinx-theme/issues/801 One of the core issues is...

enhancement