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 you look at the theme, in a mobile mode, you will see that the markers (which are squares) of the nested menu items are black (or some very dark...

My navigation section is only displayed on my `index.html` page, navigating to any other page will leave the navigation sidebar blank. Anyone know what i'm doing wrong? ## index.rst: ```...

Having `` inside `` led some browsers (e.g., Firefox) to believe that the HTML code was ill-formed. Thus, they inserted `` before ``, causing the logo to be incorrectly pushed...

In the `sphinx_rtd_theme` the following results in, with this configuration, an "Edit on GitLab" link will be shown at top right. ```py html_context = { "display_gitlab": True, # Integrate Gitlab...

Solves #139 @bitprophet Please Review!

In definition lists, `dt` and `dd` entries are slightly misaligned. https://github.com/bitprophet/alabaster/blob/6a0a56ffe79bd039085e1ad7ed26da5b217bd4ab/alabaster/static/alabaster.css_t#L279-L281 Adding `div.body dt` to the list of selected items above will fix this. Using alabaster v0.7.12 and sphinx v4.5.0....

Similarly to the `travis_button` config option, it would be nice to have a way to display the GitHub Actions Workflow badge in the sidebar.

Using the latest alabaster theme 0.7.12 and Sphinx 3.1.1 there seems to be no margin between items (classes, functions, etc.) at all, which looks quite confusing. Adding a margin would...

bug

The latest version of pygments seems to have started applying the `w` class to whitespace, which looks bad for code samples: ![image](https://user-images.githubusercontent.com/10931297/150431094-86be5243-bd50-4a06-a443-a9dcee5707f6.png) Especially in dark theme or when selected: ![image](https://user-images.githubusercontent.com/10931297/150431141-eebc08db-c996-42ea-95b7-2a56eda240ae.png)...

The search button looks like the default, and can look better (search.html, not the quick search, thats fine).