Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-05Bump development version after 1.1.1 release (#1372)Anthony
2022-11-04Bugfix release 1.1.1 (#1371)1.1.1Anthony
* Bugfix release 1.1.1 * Release package updates * Package lock * Translations
2022-11-04Do not overflow object cross references (#1369)Maxim Martynov
* Do not overflow object cross references * Rebuild theme for https://github.com/readthedocs/sphinx_rtd_theme/pull/1369 * Adds a demo for the regression * Mock sphinx-automodapi for now, but we can use it soon * we can replace sphinx-automodapi demo entirely with autosummary since it uses this under the hood * We need a python 2.7 compliant test module. Add a short-term workaround until this is removed in 2.0. * Add comment about the terrible tox workaround * Use a less hacky way of conditional autosummary in demo API docs - Use `only` directive for conditional reST instead - Drops 1.6 from our text matrix, it was deprecated in 1.0 release. There were issues with the conditional directive only on 1.6 for some reason. Co-authored-by: Benjamin Bach <benjamin@overtag.dk> Co-authored-by: Anthony Johnson <aj@ohess.org>
2022-11-01Bump to version 1.1.0 (#1367)Benjamin Balder Bach
2022-10-14Release 1.1.0b3 (#1361)Benjamin Balder Bach
* Update __init__.py because it wasn't updated by previous bump2version * Add some comments about docker mechanisms that are disturbing release workflow * Bump to version 1.1.0b3 * Revert "Bump to 1.1.0b2, rebuild assets" This reverts commit 615eb528cc56721cfecce6ea8362e64401a2666c. * Add changelog entry for #1073 * Changelog entry for #1193
2022-10-13Release 1.1.0b1 + 1.1.0b2 (bump versions with bump2version) (#1352)Benjamin Balder Bach
* Bump to 1.1.0 using bump2version * Use PEP440 and make it a beta, i.e. "1.1.0b1" * Auto-generated package-lock.json but with version bumps * Bump to 1.1.0b2, rebuild assets
2022-10-12Move context logic for layout.html to jinja (#1356)Benjamin Balder Bach
* Revert "Update layout.html to support a sphinx version that is not three-integers (#1345)" This reverts commit 45cf21874fb005ac86206ed26f609cb509eebbb2. * Always slice list before unpacking so number of elements is expected range `map` filter returns a generator that needs to run through the `list` filter before slicing * Let's keep it a 3-tuple but always set 3rd component to -1 -- in case a project was unpacking 3 values
2022-10-07Translation updates: Pull translations from transifex, push new sources (#1354)Benjamin Balder Bach
2022-10-04Update layout.html to support a sphinx version that is not three-integers ↵Phil Elson
(#1345) * Update layout.html to support a sphinx version that is not three-integers. Useful for sphinx==5.2.0.post0 * Apply suggestions from code review Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> * No reason to only have the first three elements from the sphinx version Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Benjamin Balder Bach <benjamin@overtag.dk>
2022-08-27Update Breadcrumb Styles (#1073)Aaron Carlisle
* Update Breadcrumb Styles - Fixes extra padding to the left/right - Used slash instead of >> - Make literalls match other link style - Adds demo docs for testing * Update comment * Update src/sass/_theme_breadcrumbs.sass Co-authored-by: Ana Costa <anacosta.xl@gmail.com> * Build theme.css for https://github.com/readthedocs/sphinx_rtd_theme/pull/1073 * Build theme.css for https://github.com/readthedocs/sphinx_rtd_theme/pull/1073 Co-authored-by: Benjamin Bach <benjamin@overtag.dk> Co-authored-by: Ana Costa <anacosta.xl@gmail.com>
2022-08-27CSS: Add overflow-wrap to links inside paragraphs (#1193)Ana Costa
* Add overflow-wrap to links inside paragraphs * Add regression test for very long URLs * Build theme.css for https://github.com/readthedocs/sphinx_rtd_theme/pull/1193 * build theme.css for https://github.com/readthedocs/sphinx_rtd_theme/pull/1193 * Build theme.css for https://github.com/readthedocs/sphinx_rtd_theme/pull/1193 Co-authored-by: Benjamin Bach <benjamin@overtag.dk>
2022-08-27Remove font-smoothing (#1094)Aaron Carlisle
* Remove font-smoothing This is a non standard css feature and is not supported on many platforms. And has been removed from the css standard specification. It is advized to not use it according to MDN along with many other guides on the internet. * rebuild theme.css and badge_only.css for https://github.com/readthedocs/sphinx_rtd_theme/pull/1094 Co-authored-by: Benjamin Bach <benjamin@overtag.dk>
2022-08-27Fix definition lists inside api docs (#1084)Aaron Carlisle
* Fix definition lists inside api docs This is similar to #1080 (and is needed to fix citations in the demo here) Fixes #1052 * Build Assets * Build Assets 2 * New build of theme.css and theme.js * Regenerate theme.css for https://github.com/readthedocs/sphinx_rtd_theme/pull/1084 Co-authored-by: Benjamin Bach <benjamin@overtag.dk>
2022-08-27Fixes #289: Inconsistent table typography sizing (#1215)Ana Costa
* Fix table typography inconsistent sizing * Remove rule duplication * Remove <ol> and fix build * Build new theme.css for https://github.com/readthedocs/sphinx_rtd_theme/pull/1215 * Add an example rendering with paragraphs inside tables * build theme.css for https://github.com/readthedocs/sphinx_rtd_theme/pull/1215 Co-authored-by: Benjamin Bach <benjamin@overtag.dk>
2022-08-26Fix #1078: Citation not styled properly (#1080)Aaron Carlisle
* Fix #1078: Citation not styled properly Turns out our demo docs werent being rendered by sphinx as citations so this may have slipped though the sphinx 2 fixes. I updated the demo docs and included the need style fixes. * Group citations and footnotes * Build Assets * Build theme.css with "Fix #1078: Citation not styled properly #1080" Co-authored-by: Benjamin Bach <benjamin@overtag.dk>
2022-08-24Tune kbd selectorsAnthony Johnson
Exclude option lists from selectors for kbd styling.
2022-08-20Rebuild theme.css with "Fix <kbd> CSS selector #1320"Benjamin Bach
2022-08-19Merge branch 'master' of github.com:readthedocs/sphinx_rtd_theme into HEADBenjamin Bach
2022-08-19Add a demo with Python types (regression test for #1196), rebuild theme.jsBenjamin Bach
2022-08-17Fix SASS syntax errors from #967Anthony Johnson
This introduced syntax errors that were not picked up in review, the `:not()` psuedo selector can't lead a selector in SASS.
2022-04-28Fix typos (#1291)Kian-Meng Ang
2021-09-15Merge branch 'master' into agj/update-translations-20210913Aaron Carlisle
2021-09-13Update translations for 1.0 releaseAnthony Johnson
2021-09-09Update to next development release after 1.0.0Anthony Johnson
For now, we'll be a bugfix release at 1.0.1 but do anticipate we'll be adding features this release and will get to 1.1.0. Requires #1230
2021-09-09Update docs and versions for 1.0.0 releaseAnthony Johnson
The RC hasn't raised many issues, so time to move forward with final release. This will be followed by a PR for 1.1.0-dev1.
2021-08-25Add CSS max-width to dl.propertyAna Costa
2021-08-23Fix buildAna Costa
2021-08-17Bump for next potential releaseAnthony Johnson
This is just the release version for development purposes so far. Requires #1204
2021-08-17Do update again, with new localized stringsAnthony Johnson
2021-08-17Add missing localesAnthony Johnson
Because of the additional strings, translation percentage dropped. This bumps that percentage down a bit, but I also ran with --minimum-perc 70 to get Polish locale as well.
2021-08-17Update translations for 1.0.0rc1Anthony Johnson
Also note the translation updates in changelog.
2021-08-17Make ARIA labels more verbose and easier to translateAnthony Johnson
Translators pointed out how the ARIA labels weren't descriptive, especially because the translators don't have the same context around the strings and HTML structure. I added some translator context, so transifex can at least describe what the string is used for, but also updated some of the strings to be more descriptive. I dropped "breadcrumb" because it's colloquial language that almost certainly won't translate well.
2021-08-17Try another fixAnthony Johnson
HTML5 still had the same issue with spacing.
2021-08-17Fix spacing issue with html4 outputAnthony Johnson
The toctree wrapper can exist outside a section on html4 output. This resolve #1201, a bug introduced with docutils 0.17 support.
2021-08-16Bump2version releaseAnthony Johnson
2021-08-12Fix spacing issue with HTML4 imagesAnthony Johnson
This bug was introduced in #1185, it looks like the HTML4 selector changed to not include directly descendents of `.section` elements.
2021-08-12Merge branch 'master' into docutils0.17.1Ana Costa
2021-08-12Merge branch 'master' into nienn/fix-list-classifier-cssAna Costa
2021-08-12Make selector more specific and remove duplicationAna Costa
2021-08-12make-classifier-class-styles-globalAna Costa
2021-08-12Merge branch 'master' into Blendify/fix-math-link-iconAnthony
2021-08-11Remove double margin from all dl's not just lastnienn/fix-dl-double-marginsAna Costa
2021-08-11Add rule to remove double margin inside dl'sAna Costa
2021-08-11Fix header links for captions in tables and figuresAaron Carlisle
2021-08-11Fix varying margins under headingsAaron Carlisle
It seems that browsers add some special default styling to header tags :( I found that for smaller heading tags, like h5 could give more padding then h1 tags... To fix this, everything should now just recieve the theme standard of 24px bottom margin.
2021-08-11Bump to 1.0alpha1Anthony Johnson
I think we talked about this and never followed through on the next few release, not sure though. After we release a new version, I think we should be updating the repository version to something other than the most current release. The effect would be that the version in the repository would be an alpha/dev release, and so would be possible to differentiate easily between 0.5.2 release on PyPI and 0.5.3alpha1 development release from Git. Right now, we don't follow up with incrementing this version, and so it's harder to tell the difference. This is mostly for our use in development. It adds a small bit of overhead, but is nice and explicit. This PR updates the version in the repository to 1.0.0alpha1. If we had adopted this workflow, the progression would have been: * Release 0.5.2, open PR bumping to 0.5.2 (run `bump2version release` and open PR) * Follow up 0.5.2 release by bumping to `0.5.3alpha1` (run `bump2version patch` and open PR) * We add a new feature, bump to `0.6.0alpha1` (run `bump2version minor` and open PR) * Oops, backwards incompatible change. We bump to `1.0.0alpha1` (run `bump2version major` and open PR) * We're ready for an rc, bump to `1.0.0rc1` (run `bump2version release` and open PR) * Maybe we cut another rc after some fixes * We're ready for final release, bump to `1.0.0` (run `bump2version release` and open PR) * Follow up the release PR by bumping to the next version (run `bump2version patch` and open PR)
2021-08-10Fix broken math link iconAaron Carlisle
This likely was indirectly broken with da86e4dc62aeb9cc442ba8247c0fb3a7f09add2d This commit addes our standard headerlink icon styles to math links aswell, before they had no styling. Fixes #1189
2021-08-09Added missing space char in footer (#1188)Ana Costa
* Added missing space char in footer * Changed space to the expected jinja syntax
2021-08-06Add support for docutils 0.17Aaron Carlisle
This should'nt be a breaking change as backward compatibility is preserved so this change could go into 1.0 or wait until 1.1. I know a lot of users are asking for this so it might be nice to include this in 1.0. Fixes #1115
2021-08-05Adds max-width to the logo a tag (#1183)Ana Costa