alabaster icon indicating copy to clipboard operation
alabaster copied to clipboard

Lightweight, configurable Sphinx theme

Results 105 alabaster issues
Sort by recently updated
recently updated
newest added

If I turn on canonical_url in config and use dirhtml builder, - Alabaster generates invalid urls. url should be https://www.example.com/en/latest/tutorial/ but Alabaster generates https://www.example.com/en/latest/tutorial.html and this is lead to 404...

Use HTML5 semantic elements where possible, ex: ``, ``, ``, etc.

enhancement

Would you be interested in a clipboard.js integration? A small "copy to clipboard" button on code blocks (literalinclude and code-block directives) the hackish way is to inject the .js in...

enhancement

Any way to set the left menu options depth? Seems that the left menu always shows the first two levels of the menu tree.

enhancement

I'd like to see Bitbucket analogs for the GitHub start buttons / banner options. The following look pretty good: http://bb-btns.bitbucket.org/ FontAwesome has a [Bitbucket icon](http://fortawesome.github.io/Font-Awesome/icon/bitbucket/) that might be good to...

enhancement

In an email, @lliendo states: > I've decided to start adding the :linenos: directive to all code blocks. It works but not exactly as I expected. When adding the :linenos:...

bug

I've got laid out my documentation using the following structure: ``` . ├── Makefile ├── build ├── make.bat └── source ├── _static ├── _templates ├── conf.py ├── content │   ├──...

enhancement

Continuation of #35, the navigation in the sidebar does not link to any indices, such as one created by the autohttp. https://github.com/bitprophet/alabaster/compare/master...tpievila:related?expand=1 shows how it was done in the old...

bug

When adding: ``` .. tip:: Something ``` It gets formatted using a red notice frame, which is not appropriate for tips. I believe it should have the same formatting as...

bug