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-08-27Merge branch 'master' into Blendify/test-fixesBlendify/test-fixesBenjamin Balder Bach
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
2022-08-19Merge pull request #1116 from astrojuanlu/static-metadataBenjamin Balder Bach
Use static setuptools metadata
2022-08-19Do not bump the version in auto-maintained file package-lock.jsonBenjamin Bach
2022-08-19Merge branch 'master' of github.com:readthedocs/sphinx_rtd_theme into HEADBenjamin Bach
2022-08-19Merge pull request #1197 from readthedocs/nienn/fix-dl-double-marginsBenjamin Balder Bach
Fix #1196: Add CSS rule to remove double margins inside dl's
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-19Fixes the fix from readthedocs#1315 - the CSS selector was wrongBenjamin Bach
2022-08-19Bump to a valid version scheme, bump node-sass for Node 14 supportBenjamin Bach
2022-08-19Docker configuration for dev environmentBenjamin Bach
2022-08-19Bump to a valid version scheme, bump node-sass for Node 14 supportBenjamin Bach
2022-08-18Merge pull request #1314 from readthedocs/agj/fix-ciBenjamin Balder Bach
Unbreak CI config
2022-08-18Merge branch 'master' into agj/fix-ciBenjamin Balder Bach
2022-08-18Merge pull request #1315 from readthedocs/agj/fix-kbd-errorsBenjamin Balder Bach
Fix SASS syntax errors from #967
2022-08-18Merge pull request #1316 from readthedocs/agj/fix-jinjaBenjamin Balder Bach
Pin Jinja to pre-3.1 release
2022-08-18Merge pull request #1313 from readthedocs/agj/more-ignoreBenjamin Balder Bach
Ignore asdf configuration
2022-08-17Pin Jinja to pre-3.1 releaseAnthony Johnson
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-08-17Fix CircleCI configAnthony Johnson
Build with Node 14 installed through orbs. Fixes #1275
2022-08-17Ignore asdf configurationAnthony Johnson