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-09Docs: Add upgrade instructions and simplify conf.py (#1365)HEADmasterBenjamin Balder Bach
* Docs: Clean up several broken cross-references * Adds a section about upgrading the theme and add navigation structure to installation guide * Add a reference from Changelog to "How to upgrade" * Also don't import sphinx_rtd_theme in the theme's own docs/conf.py * Remove trailing linebreaks * Update docs/installing.rst Co-authored-by: Anthony <aj@ohess.org> * Apply suggestions from code review Co-authored-by: Anthony <aj@ohess.org> * Update docs/installing.rst * Replace guidance with reference to Reproducible Builds * Build link into sentence * Update the tip about using build logs and the need to pin the theme for older projects * Remove tip box for Read the Docs users re: @agjohnson's request Co-authored-by: Anthony <aj@ohess.org>
2022-11-05Update versioning docs to be explicit about our versioning workflow (#1373)Anthony
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-13Remove Jinja2 dependency (#1360)Benjamin Balder Bach
* Remove Jinja2 dependency, inherited from Sphinx + handled in external environments * Remove mentioning of Jinja2 dependency change * Add Jinja2<3.1 dependecy to affected tox environments
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-11Additions to Tox and Circle CI matrix (#1349)Benjamin Balder Bach
* Refines tox matrix, adds a new target "sphinxdev" that can test the latest upstream development branch * Adds missing tox environments in circle ci config * Remove odd undefined py2 and py3 tox environments
2022-10-07Adds changelog for 1.1.0alpha1 (#1353)Benjamin Balder Bach
* Adds changelog for 1.1.0alpha1 * Update docs/changelog.rst Co-authored-by: Anthony <aj@ohess.org> Co-authored-by: Anthony <aj@ohess.org>
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-10-03Add sphinx 5.2 to test matrix (#1348)Benjamin Balder Bach
2022-08-28Fixup a wrong merge conflict resolution from #1321 (#1335)Benjamin Balder Bach
* Fixup a wrong merge conflict resolution from #1321 * Add python_requires again to setup.cfg
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-27Add Python 3.10 support (#1334)Benjamin Balder Bach
* Add Python 3.10 support * Add new Sphinx versions to tox test matrix, but do not allow docutils >= 0.17 on Sphinx>=4.3 * Stop py2 and py27 support from sphinxlatest because of build breakage * Circle CI: Repeat sphinx versions for Python 2.7 (pending adjustments) * tox.ini config: Ensure that we are getting the expected Sphinx version * Set sphinx versions for Python 3.10
2022-08-27Build matrix fixes (#1338)Benjamin Balder Bach
* Add new Sphinx versions to tox test matrix, but do not allow docutils >= 0.17 on Sphinx>=4.3 * Stop py2 and py27 support from sphinxlatest because of build breakage * Circle CI: Repeat sphinx versions for Python 2.7 (pending adjustments) * tox.ini config: Ensure that we are getting the expected Sphinx version
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-25Merge pull request #1332 from benjaoming/upper-bound-sphinx6Benjamin Balder Bach
Add an upper bound for when Sphinx 6 is released
2022-08-25Add an upper bound for when Sphinx 6 is releasedBenjamin Bach
2022-08-25Merge pull request #1333 from benjaoming/fix-demo-targets-exampleBenjamin Balder Bach
Demo: Replace non-existing `Body Elements` with `References`
2022-08-24Fix a wrong example, replace non-existing `Body Elements` with `References`Benjamin Bach
2022-08-24Merge pull request #1329 from readthedocs/agj/fix-js-package-versionBenjamin Balder Bach
Revert change to JS package
2022-08-24Merge pull request #1330 from readthedocs/agj/kbd-fixesBenjamin Balder Bach
Tune kbd selectors
2022-08-24Tune kbd selectorsAnthony Johnson
Exclude option lists from selectors for kbd styling.
2022-08-24Revert change to JS packageAnthony Johnson
This matches the version number in the Python package, and allows bumpversion to continue working. We can revisit changing this version later, but currently this version will never be updated again, as bumpversion will not match this string anymore. Fixes #1326
2022-08-24Merge pull request #1319 from benjaoming/dockerizeBenjamin Balder Bach
Supplemental development process for Docker
2022-08-24Wrapping up the Docker work, using docker cp again in order to copy assets ↵Benjamin Bach
out of containers
2022-08-24Merge remote-tracking branch 'upstream/master' into dockerizeBenjamin Bach
2022-08-24Merge remote-tracking branch 'upstream/master' into dockerizeBenjamin Bach
2022-08-24Fix node.js error in docker runtime, speed up build by not copying the ↵Benjamin Bach
entire context
2022-08-20Merge pull request #1320 from benjaoming/fix-kbdBenjamin Balder Bach
Fix <kbd> CSS selector
2022-08-20Merge pull request #1321 from benjaoming/no-bumpversion-package-lock.jsonBenjamin Balder Bach
Don't run bumpversion on package-lock.json
2022-08-20Rebuild theme.css with "Fix <kbd> CSS selector #1320"Benjamin Bach
2022-08-20Merge remote-tracking branch 'upstream/master' into fix-kbdBenjamin Bach
2022-08-20Merge remote-tracking branch 'upstream/master' into ↵Benjamin Bach
no-bumpversion-package-lock.json
2022-08-20Removes Makefile + double FROM in DockerfileBenjamin Bach
2022-08-20First updates migrating to docker-composeBenjamin Bach
2022-08-19Merge pull request #1318 from benjaoming/version-fixBenjamin Balder Bach
Bump to a valid version scheme, bump node-sass for Node 14 support
2022-08-19Do not build the python package in this stepBenjamin Bach
2022-08-19Make note about releasing `package-lock.json`Benjamin Bach
2022-08-19Build everything one step at a timeBenjamin Bach
2022-08-19Adds wheel and a command to package bdist_wheel + sdistBenjamin Bach
2022-08-19Remove some text @agjohnsonBenjamin Bach