-
-
Notifications
You must be signed in to change notification settings - Fork 188
Comparing changes
Open a pull request
base repository: sphinx-doc/alabaster
base: 0.7.16
head repository: sphinx-doc/alabaster
compare: 1.0.0
- 18 commits
- 16 files changed
- 9 contributors
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea9e92b - Browse repository at this point
Copy the full SHA ea9e92bView commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ac3864 - Browse repository at this point
Copy the full SHA 8ac3864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0309f15 - Browse repository at this point
Copy the full SHA 0309f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for c29ef72 - Browse repository at this point
Copy the full SHA c29ef72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8511d - Browse repository at this point
Copy the full SHA 5f8511dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce7433 - Browse repository at this point
Copy the full SHA 4ce7433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 369d424 - Browse repository at this point
Copy the full SHA 369d424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6120f75 - Browse repository at this point
Copy the full SHA 6120f75View commit details -
Use searchfield instead of searchbox component in sidebar (#217)
This moves the search field up before the navigation. It's quite commmon that search is near the top of the page. Also, this results in a fixed position, because navigation is page dependent and may be long, which could move the search field far down or even off-page in the old layout. The searchfield component (sphinx-doc/sphinx#11045) is more compact and does not have a heading, which reduces clutter and gives more focus to the content sections.
Configuration menu - View commit details
-
Copy full SHA for eb522b8 - Browse repository at this point
Copy the full SHA eb522b8View commit details -
Allow translations for strings in
relations.html(#104)Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 73be878 - Browse repository at this point
Copy the full SHA 73be878View commit details -
Fix for "Don't put an underline on linked images" (#125)
The changes in bb5dbf and 585c08 to clear the bottom border are immediately getting overridden by the styles right below. Swap the order so these styles are applied as intended. Co-authored-by: jab <jab@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 17e55e5 - Browse repository at this point
Copy the full SHA 17e55e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a35a1df - Browse repository at this point
Copy the full SHA a35a1dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fdb57c - Browse repository at this point
Copy the full SHA 9fdb57cView commit details -
Remove explicit width for search field input (#218)
Alabaster does not need to adapt the width. Geometry is handled by the basic theme. In fact, this could cause wrapping of the search button for some magnifications.
Configuration menu - View commit details
-
Copy full SHA for 5bb4411 - Browse repository at this point
Copy the full SHA 5bb4411View commit details
Commits on Jul 26, 2024
-
Fix incorrect breakpoints that cause clipping around 875px (#174)
As well as fixing the case for the default `theme_page_width`, it works with customised values too (which was my main motivation for this!) Analysis/explanation: - The issue was a `max-width: 875px` block that came after a `max-width: 870px` block. - If you are below 875px but not 870px, then you get properties from 875 block only. This gives a very strange 5 pixel window for certain changes, which must be a mistake. - Some properties were defined in both 875 and 870 block, and were pointless because these are always overridden by 875 (since if you are below 870 you are always below 875, and the 875 block comes second in the source). - So I've combined all these into one block, keeping the 875 blocks values where they differ. In many cases there was just duplication which I removed. - I changed the breakpoint width to `{{ theme_page_width }}`, which gives (almost) the correct behaviour. There is still a slight clipping issue, which is caused by the width of the scrollbar, and the way that browsers include that in width calculations - an issue which, after a lot of Googling, doesn't appear to have any nice solutions. One way would be to just add, say, 20px to `theme_page_width` but this is not convenient for us to do, since the value we have has units. So for now, I'd recommend just living with this small glitch - it is barely noticeable, and due to margins the page switches layout before any main text is obscured. - I've fixed the sidebar breakpoint similarly for `fixed_sidebar` option. This was at a `min-width: 876px` breakpoint. Since we can't do 1px adjustment calculations (as above), I inverted the logic, creating an additional section in the `max-width: {{ theme_page_width }}` block instead. I've tested and this seems to work fine. Co-authored-by: introt <introt@koti.fimnet.fi>Configuration menu - View commit details
-
Copy full SHA for 97235d1 - Browse repository at this point
Copy the full SHA 97235d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d25c4bc - Browse repository at this point
Copy the full SHA d25c4bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d5c318 - Browse repository at this point
Copy the full SHA 7d5c318View commit details -
Configuration menu - View commit details
-
Copy full SHA for fba58a4 - Browse repository at this point
Copy the full SHA fba58a4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.7.16...1.0.0