alabaster
alabaster copied to clipboard
Lightweight, configurable Sphinx theme
P.S. Thanks for maintaining this!
See https://reproducible-builds.org/ Signed-off-by: Chris Lamb [email protected]
I added pypi_button and rtd_button to alabaster config and tested it. The only thing I noticed was that both of these services only seem to use the github_repo name in...
I'm creating a [minimalistic blog](https://github.com/butla/bultrowicz.com/tree/c69b215e33d41a0424923847b7162de1e596f218) with Ablog. I wanted to remove the About page and just have a link to my Github (added through "extra_nav_links" with navigation.html enabled). When I...
[sphinx-argparse](https://sphinx-argparse.readthedocs.io/en/stable/) allows extending the results of `argparse` directives [as described here](https://sphinx-argparse.readthedocs.io/en/stable/extend.html). But when using alabaster, any formatting (for instance, putting text **in bold**) is lost.
Since Sphinx 1.7 (https://github.com/sphinx-doc/sphinx/commit/b78f3090a05f38fb3beb14f7e716f1b26a2ff253), themes are expected to provide a sidebars value in theme.conf. Currently alabaster does not and as it is used by default by Sphinx, this means default...
New to sphinx & alabaster - sorry if this is a _silly_ question. I'm looking for a way to use a _shorter title_ in the navigation bar - my long...
I provided a few links for the `extra_nav_links` parameter. It looks like the links are in random order (probably key-hash order). It would be nice to be able to control...
Currently you can't see where you are in the TOC because the `current` TOC entry isn't styled. It should be at least made bold or similar. We have a bunch...
Like here: https://github.com/aio-libs/multidict in README.rst It should be managed by configuration like travis and codecov buttons. I would love pypi version and supported python versions badges too. What do you...