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

After #436 is merged, it would be nice if the theme also supported switching languages. The JSON file used for versions could naturally be extended to encode the info, e.g.,...

needs: discussion
tag: i18N

The vispy library uses the sphinxcontrib.apidoc extension to automatically generate our API documents at build time. These generated files just use apidoc/autodoc tools to pull the information from the python...

kind: enhancement
help wanted

cc @choldgraf @jorisvandenbossche As the viewport narrows: Leading eventually to: I would personally like to see the "Parameters" and "Keyword Arguments" headings *above* their respective lists, rather than off to...

Currently we are depending on the basic Sphinx parent theme and using Bootstrap to define the scaffolding of this theme. This was a quick way to get started without extensive...

In the sphinx book theme I was doing [a bit of research](https://github.com/executablebooks/sphinx-book-theme/pull/344) on good practices for design around web content for readability and accessibility. One thing that I consistently ran...

Currently, the `index.rst` pages that hold the `toctree` of a sub-part of the doc website, are often very bare pages with just that toctree and are not very useful otherwise....

needs discussion

Since we've implemented that "Edit this Page" button in the right sidebar, it has been bugging me and I'm not sure why. I think it is because I categorize the...

Hi folks! - builds on https://github.com/pandas-dev/pydata-sphinx-theme/issues/61 It looks like the lighthouse check (#206) hasn't been taken out :tada:, but I haven't been monitoring closely to find out if it has...

I'm pretty sure the next/previous page translations don't work here, because the internal sphinx catalog (https://github.com/sphinx-doc/sphinx/tree/3.x/sphinx/locale) does not contain translations for them (the `_` filter is a shorthand for using...

Once https://github.com/pydata/pydata-sphinx-theme/pull/355/files is merged, users can define the templates that go into the navbar via patterns like: ``` html_theme_options = { "navbar_start": ["list", "of", "templates"] } ``` it'd be useful...