pydata-sphinx-theme
pydata-sphinx-theme copied to clipboard
A clean, three-column Sphinx theme with Bootstrap for the PyData community
I have the following page in my documentation : https://docs.sepal.io/en/latest/cookbook/area_estimation.html#introduction There are definitelly to many section to easily navigate tin the page but that's ok with the right side panel....
With #352, we now have a baseline established for code coverage under test. Adding `--cov-branch` knocks down the effective coverage by a couple points, and reveals some places where multiple...
When hosted on ReadTheDocs, the dropdown menu that they inject is permanently on display, which is IMO not ideal. By contrast, with the RTD theme, it is hidden in the...
> ... Do you think that the `_templates` folder is a better place for these links? https://github.com/pydata/pydata-sphinx-theme/tree/master/pydata_sphinx_theme/_templates > > I think of `_templates` as being more like "components", little snippets...
Over at NumPy someone asked what happened to the index page (genindex.html in sphinx-speak) numpy/numpy#18309. Is there a "recommended way" to expose it via the theme? A quick browse on...
As @betatim mentioned in one of the jupyter repositories, there are some basic accessibility issues with this theme (things like contrast etc). We should make sure that we hit the...
Now that #227 is merged we have a basic testing infrastructure set up for the theme. This will let us test the HTML outputs that are generated by the theme,...
Ah damn, run into an issue. In the top level documentation we use multiple toctree`s with captions to structure the sections. This is fine in RTD, but pydata-sphinx-theme doesn't take...
in PR https://github.com/pandas-dev/pydata-sphinx-theme/pull/169 all assets are loaded from project source (no CDN). Currently CopyPlugin is used to load fonts and MathJax related content. Using loaders would: - unify the import...
_Originally posted by @humitos in https://github.com/pandas-dev/pydata-sphinx-theme/pull/95#issuecomment-609067871_ FYI, I changed the way that we are handling this in sphinx-hoverxref for a more permissive way. Instead of overriding the translator completely, I'm...