alabaster
alabaster copied to clipboard
Lightweight, configurable Sphinx theme
solve https://github.com/bitprophet/alabaster/issues/139 and improve https://github.com/bitprophet/alabaster/pull/140 I noticed the bug and investigated implementation of Sphinx. Related feature was added in Sphinx v1.7.0 and implemented on https://github.com/sphinx-doc/sphinx/pull/4376 . I think it's better...
tl;dr I have posted a query in the sphinx discussion group (https://groups.google.com/forum/#!topic/sphinx-users/AQ9VbJwbXT8) and the most recent response is: I think it is a bug of alabaster. "about" sidebar uses ``...
I was looking for a way to add a few `meta` tags into my documentation, but the only solution seems to be writing my own theme and extend on top...
Currently, using default settings, the page width and font size of code samples are such that lines of code longer than 65 lines require a horizontal scrollbar (when the font...
A dark theme could be nice when using OS dark mode. Using prefers-color-scheme css feature: available in Firefox 67 and Safari Safari Technology Preview 68 [https://paulmillr.com/posts/using-dark-mode-in-css/](https://paulmillr.com/posts/using-dark-mode-in-css/)
I would be nice to have a possibility to make the page wider. For example in case of tables which are pretty much useless with current width. The width could...
Hello 👋 - we use a slight fork of alabaster for our repositories in the JupyterHub project. Recently I've added a sticky "on this page" sidebar to the right of...
The HTML snippet for the nav-element with the "previous document" / "next document" links is emitted twice in the same page's html (above and below the content) resulting in a...
The `conf.py` generated by sphinx states the following: ```python # If not None, a 'Last updated on:' timestamp is inserted at every page # bottom, using the given strftime format....