{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":14996695,"defaultBranch":"master","name":"alabaster","ownerLogin":"sphinx-doc","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-12-07T00:03:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9928167?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1722017676.0","currentOid":""},"activityList":{"items":[{"before":"f1364bfb7665baf6c3933805ffe45ea292aa7164","after":null,"ref":"refs/tags/1.0.0","pushedAt":"2024-07-26T18:14:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"}},{"before":"abfe36a1e170d7006ebbecb42e0c44e9d06a9202","after":null,"ref":"refs/tags/0.7.19","pushedAt":"2024-07-26T18:11:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"}},{"before":"34855af45e65b4132868cbd392e59713ec46d41a","after":null,"ref":"refs/tags/0.7.20","pushedAt":"2024-07-26T18:11:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"}},{"before":"f0dce38bd7deecda80861aaca9f3b707f7622f40","after":null,"ref":"refs/tags/0.7.22","pushedAt":"2024-07-26T18:11:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"}},{"before":"d25c4bc7a050b5b6a5688a464277f08352b0faec","after":"fba58a43980385019ceb593f88ab8821e17840c0","ref":"refs/heads/master","pushedAt":"2024-07-26T18:09:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Bump to 1.0.0","shortMessageHtmlLink":"Bump to 1.0.0"}},{"before":"97235d1212d0c6883c9634ab739f77e020a0bc49","after":"d25c4bc7a050b5b6a5688a464277f08352b0faec","ref":"refs/heads/master","pushedAt":"2024-07-26T17:12:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"List ``basic.css`` in ``theme.conf`` (#219)","shortMessageHtmlLink":"List basic.css in theme.conf (#219)"}},{"before":"5bb441162abe332d85c05ccaea1c25bce5ecf2fc","after":"97235d1212d0c6883c9634ab739f77e020a0bc49","ref":"refs/heads/master","pushedAt":"2024-07-26T16:54:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Fix incorrect breakpoints that cause clipping around 875px (#174)\n\nAs well as fixing the case for the default `theme_page_width`, it works with customised values too (which was my main motivation for this!)\r\n\r\nAnalysis/explanation:\r\n\r\n- The issue was a `max-width: 875px` block that came after a `max-width: 870px` block.\r\n\r\n- 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.\r\n\r\n- 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).\r\n\r\n- 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.\r\n\r\n- 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.\r\n\r\n- 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.\r\n\r\nCo-authored-by: introt ","shortMessageHtmlLink":"Fix incorrect breakpoints that cause clipping around 875px (#174)"}},{"before":"9fdb57cf92e0064f8204fe1f61a246adebcf8f0e","after":"5bb441162abe332d85c05ccaea1c25bce5ecf2fc","ref":"refs/heads/master","pushedAt":"2024-07-15T23:15:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Remove explicit width for search field input (#218)\n\nAlabaster does not need to adapt the width. Geometry is handled by the basic theme.\r\nIn fact, this could cause wrapping of the search button for some magnifications.","shortMessageHtmlLink":"Remove explicit width for search field input (#218)"}},{"before":"a35a1df5fc7e4c9ea5133d2379971b0d90980b20","after":"9fdb57cf92e0064f8204fe1f61a246adebcf8f0e","ref":"refs/heads/master","pushedAt":"2024-07-15T08:25:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Update references to ``searchbox``","shortMessageHtmlLink":"Update references to searchbox"}},{"before":"17e55e5c6cde426065ea665c93bafe58fa489153","after":"a35a1df5fc7e4c9ea5133d2379971b0d90980b20","ref":"refs/heads/master","pushedAt":"2024-07-15T08:19:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Don't ignore the Pygments background (#169)","shortMessageHtmlLink":"Don't ignore the Pygments background (#169)"}},{"before":"73be8789c10a62f7aed0ea7740aad19c587e14e0","after":"17e55e5c6cde426065ea665c93bafe58fa489153","ref":"refs/heads/master","pushedAt":"2024-07-15T08:18:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Fix for \"Don't put an underline on linked images\" (#125)\n\nThe changes in bb5dbf and 585c08 to clear the bottom border\r\nare immediately getting overridden by the styles right below.\r\nSwap the order so these styles are applied as intended.\r\n\r\nCo-authored-by: jab ","shortMessageHtmlLink":"Fix for \"Don't put an underline on linked images\" (#125)"}},{"before":"eb522b822c97dd1d7ba0ffd9d561ce140c202b71","after":"73be8789c10a62f7aed0ea7740aad19c587e14e0","ref":"refs/heads/master","pushedAt":"2024-07-15T08:17:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Allow translations for strings in ``relations.html`` (#104)\n\nCo-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>","shortMessageHtmlLink":"Allow translations for strings in relations.html (#104)"}},{"before":"6120f7528d3e34a7ae8355f7f4b93b6baa00db3d","after":"eb522b822c97dd1d7ba0ffd9d561ce140c202b71","ref":"refs/heads/master","pushedAt":"2024-07-15T08:16:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Use searchfield instead of searchbox component in sidebar (#217)\n\nThis moves the search field up before the navigation. It's quite\r\ncommmon that search is near the top of the page. Also, this\r\nresults in a fixed position, because navigation is page dependent\r\nand may be long, which could move the search field far down or\r\neven off-page in the old layout.\r\n\r\nThe searchfield component\r\n(https://github.com/sphinx-doc/sphinx/pull/11045/)\r\nis more compact and does not have a heading, which reduces\r\nclutter and gives more focus to the content sections.","shortMessageHtmlLink":"Use searchfield instead of searchbox component in sidebar (#217)"}},{"before":"4ce7433d605a6fb1a53e4fa5ed861ad77fb1841e","after":"6120f7528d3e34a7ae8355f7f4b93b6baa00db3d","ref":"refs/heads/master","pushedAt":"2024-07-15T08:11:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Lint with Ruff 0.5.2","shortMessageHtmlLink":"Lint with Ruff 0.5.2"}},{"before":"ea9e92b3cab2e3e8f13284fe726f8bf4c48784e7","after":"4ce7433d605a6fb1a53e4fa5ed861ad77fb1841e","ref":"refs/heads/master","pushedAt":"2024-07-15T08:09:13.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Use ``resource=True`` with ``pathto``","shortMessageHtmlLink":"Use resource=True with pathto"}},{"before":"f3fdc049e4b531595bc075718a66677fbca851e3","after":"ea9e92b3cab2e3e8f13284fe726f8bf4c48784e7","ref":"refs/heads/master","pushedAt":"2024-01-10T01:07:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Correct the issue tracker URL","shortMessageHtmlLink":"Correct the issue tracker URL"}},{"before":"39cbbc1b614876118ce1d3209b04ea0c642033b5","after":"f3fdc049e4b531595bc075718a66677fbca851e3","ref":"refs/heads/master","pushedAt":"2024-01-10T00:55:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Bump to 0.7.16","shortMessageHtmlLink":"Bump to 0.7.16"}},{"before":"d24c4cba335cf2215600b41589d9e30a4eb96a76","after":"39cbbc1b614876118ce1d3209b04ea0c642033b5","ref":"refs/heads/master","pushedAt":"2024-01-10T00:54:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Do not display logo_name == 'false'","shortMessageHtmlLink":"Do not display logo_name == 'false'"}},{"before":"56f12de4cb6d35781fc9073226299ab90e567ab5","after":"d24c4cba335cf2215600b41589d9e30a4eb96a76","ref":"refs/heads/master","pushedAt":"2024-01-08T04:01:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Bump to 0.7.15","shortMessageHtmlLink":"Bump to 0.7.15"}},{"before":"a31816c198dd3562a4f8a2eb22e7758a1e121ceb","after":"56f12de4cb6d35781fc9073226299ab90e567ab5","ref":"refs/heads/master","pushedAt":"2024-01-08T03:51:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Include documentation in the sdist","shortMessageHtmlLink":"Include documentation in the sdist"}},{"before":"166d6e70ce9d52dfb849e51467cb5a23e9595f01","after":"a31816c198dd3562a4f8a2eb22e7758a1e121ceb","ref":"refs/heads/master","pushedAt":"2024-01-08T03:44:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Remove obscenities (#173)","shortMessageHtmlLink":"Remove obscenities (#173)"}},{"before":"b9e8d798dfb8f94a07bd96883cc8bd6d60b488cb","after":"166d6e70ce9d52dfb849e51467cb5a23e9595f01","ref":"refs/heads/master","pushedAt":"2024-01-08T03:42:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Replace © with unicode decimal code entity (#161)\n\nfixes missing \"copy\" entity in ePub format, ref: https://www.codetable.net/decimal/169","shortMessageHtmlLink":"Replace &copy; with unicode decimal code entity (#161)"}},{"before":"848e71871b0da4fbb73cee84157f169641a7c9b6","after":"b9e8d798dfb8f94a07bd96883cc8bd6d60b488cb","ref":"refs/heads/master","pushedAt":"2024-01-08T03:39:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Deprecate canonical_url in favor of html_baseurl (#178)\n\nRely on html_baseurl for the canonical url instead.\r\nThe canonical url is already set in the basic theme\r\n\r\nhttps://github.com/sphinx-doc/sphinx/blob/4e9d1553968653df6699b20afc22b73eb3280185/sphinx/themes/basic/layout.html#L130-L132\r\n\r\nThat takes into account pages using the dirhtml builder\r\ninstead of always adding the `html` extension.\r\nThis was introduced in sphinx 1.8.","shortMessageHtmlLink":"Deprecate canonical_url in favor of html_baseurl (#178)"}},{"before":"6922a16732eab173c1fec74dd8e903f8ad0f4222","after":"848e71871b0da4fbb73cee84157f169641a7c9b6","ref":"refs/heads/master","pushedAt":"2024-01-08T03:32:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Allow an arbitrary string in the logo_name option (#213)\n\nCo-authored-by: Will Vousden ","shortMessageHtmlLink":"Allow an arbitrary string in the logo_name option (#213)"}},{"before":"ac3b43f16789deb34e683ffede538e6a336004cb","after":"6922a16732eab173c1fec74dd8e903f8ad0f4222","ref":"refs/heads/master","pushedAt":"2024-01-08T03:14:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Improve sidebar styles\n\nSee https://github.com/sphinx-doc/alabaster/pull/114","shortMessageHtmlLink":"Improve sidebar styles"}},{"before":"880804dd69f760882a864613672c9d850ff5a114","after":"ac3b43f16789deb34e683ffede538e6a336004cb","ref":"refs/heads/master","pushedAt":"2024-01-08T03:07:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AA-Turner","name":"Adam Turner","path":"/AA-Turner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9087854?s=80&v=4"},"commit":{"message":"Remove redundant type=\"text/javascript\" from