alabaster
alabaster copied to clipboard
Lightweight, configurable Sphinx theme
When using the Alabaster Sphinx theme e.g. on https://pyimgui.readthedocs.io/en/latest/reference/imgui.html/, the left side nav bar is not scrollable and therefore the documentation is not navigable. Chrome (latest), Windows 10
The `github_banner` option links to the following image: https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png However, no such image exists on S3 anymore, so no image shows up and the page looks wrong.
**Screenshot:**  **Workaround:** ```css div.footer { /* dirty hack for misaligned footer if 'nosidebar' is True */ width: 700px; } ``` **Expected behavior:** 
``theme_show_powered_by`` takes value from ``html_show_sphinx`` or ``html_theme_options['show_powered_by']`` when available. - Fix #172. - Fix #205.
(cc: @AA-Turner) In light of #172 and https://github.com/sphinx-doc/sphinx/issues/11367, the alabaster theme uses another configuration value than what the basic theme is using when deciding whether "Powered by Sphinx" should be...
Alabaster inherits from the "basic" theme which sets body_min_width to 450, resulting in body_min_width: 450px, which doesn't make any sense for Alabaster since it's actually responsive. Fixes #139.
I see the following warning, that our CI treats as error: Do you foresee any issues with renaming the file? ``` Warning, treated as error: Failed to copy a file...
Alabaster supports Google Analytics UA via 'analytics_id' options. This will be deprecated in summer 2023, and for a new account, you have to jump through hoops to even get a...
Dear Alabaster Team, this isn't really a bug report, more of a hickup-report as an Alabaster user that I wanted to share so that other people googling for this issue...