alabaster
alabaster copied to clipboard
Lightweight, configurable Sphinx theme
as the RTD sphinx theme, this theme somewhat enforces people use Github.com for their source control, something that may not be adequate for people hosted elsewhere. there's, for example, #52...
Sorry, what is the license of this project? Could you please specify it in the README? I see there is a file called LICENSE but I don't understand if it's...
(Originally I thought this was a larger issue.) Here's an example of alabaster with Sphinx 1.7.5: https://tmuxp.git-pull.com/en/latest/
This addresses #55 by removing the hard-coding of the value of `project` when using the `logo_name` theme option. Instead, `logo_name` is interpreted as a string, which is displayed directly. Other...
Dicts are unordered, so I think we should encourage people to use `OrderedDict` instead. I think this is preferable to accepting a list as suggested in #109 because it keeps...
The changes in bb5dbf911a66c71b833c42fd4cf1849475a5b890 and 585c08107a99a394b9ea1849c4c1cecce357181a to clear the bottom border are getting overridden by the styles applied immediately below. (Was this ever working?) Here is a fresh screenshot from...
Implementation for generic badges as discussed in #120