Benjamin Balder Bach
512447f84e
Merge pull request #1330 from readthedocs/agj/kbd-fixes
...
Tune kbd selectors
2022-08-24 22:30:19 +02:00
Anthony Johnson
bd7bdf3acf
Tune kbd selectors
...
Exclude option lists from selectors for kbd styling.
2022-08-24 13:05:09 -07:00
Anthony Johnson
4c4e1b5c6f
Revert change to JS package
...
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-24 12:48:56 -07:00
Benjamin Balder Bach
eb3fb1889c
Merge pull request #1319 from benjaoming/dockerize
...
Supplemental development process for Docker
2022-08-24 17:08:55 +02:00
Benjamin Bach
ba059c7970
Wrapping up the Docker work, using docker cp again in order to copy assets out of containers
2022-08-24 16:49:29 +02:00
Benjamin Bach
4393bd2039
Merge remote-tracking branch 'upstream/master' into dockerize
2022-08-23 23:40:55 +02:00
Benjamin Bach
445c923e2f
Merge remote-tracking branch 'upstream/master' into dockerize
2022-08-23 23:40:23 +02:00
Benjamin Bach
208c84d427
Fix node.js error in docker runtime, speed up build by not copying the entire context
2022-08-23 23:29:24 +02:00
Benjamin Balder Bach
b553aa6626
Merge pull request #1320 from benjaoming/fix-kbd
...
Fix <kbd> CSS selector
2022-08-20 00:57:30 +02:00
Benjamin Balder Bach
d343a1d4d4
Merge pull request #1321 from benjaoming/no-bumpversion-package-lock.json
...
Don't run bumpversion on package-lock.json
2022-08-20 00:48:58 +02:00
Benjamin Bach
a744d74584
Rebuild theme.css with "Fix <kbd> CSS selector #1320 "
2022-08-20 00:47:55 +02:00
Benjamin Bach
55accf7f64
Merge remote-tracking branch 'upstream/master' into fix-kbd
2022-08-20 00:46:50 +02:00
Benjamin Bach
47a2582c54
Merge remote-tracking branch 'upstream/master' into no-bumpversion-package-lock.json
2022-08-20 00:41:03 +02:00
Benjamin Bach
83e122054c
Removes Makefile + double FROM in Dockerfile
2022-08-20 00:38:26 +02:00
Benjamin Bach
ba65499354
First updates migrating to docker-compose
2022-08-20 00:20:45 +02:00
Benjamin Balder Bach
487d517bfc
Merge pull request #1318 from benjaoming/version-fix
...
Bump to a valid version scheme, bump node-sass for Node 14 support
2022-08-19 22:56:55 +02:00
Benjamin Bach
7c43f45c9b
Do not build the python package in this step
2022-08-19 22:50:49 +02:00
Benjamin Bach
8e737d4c84
Make note about releasing package-lock.json
2022-08-19 22:46:19 +02:00
Benjamin Bach
e844040101
Build everything one step at a time
2022-08-19 22:38:22 +02:00
Benjamin Bach
8e65b61666
Adds wheel and a command to package bdist_wheel + sdist
2022-08-19 22:23:32 +02:00
Benjamin Bach
b50a451097
Remove some text @agjohnson
2022-08-19 21:14:51 +02:00
Benjamin Balder Bach
cc01a5109c
Merge pull request #1116 from astrojuanlu/static-metadata
...
Use static setuptools metadata
2022-08-19 18:03:45 +02:00
Benjamin Bach
5087916a03
Do not bump the version in auto-maintained file package-lock.json
2022-08-19 17:46:30 +02:00
Benjamin Bach
68aed9751a
Merge branch 'master' of github.com:readthedocs/sphinx_rtd_theme into HEAD
2022-08-19 17:28:38 +02:00
Benjamin Balder Bach
17d51de046
Merge pull request #1197 from readthedocs/nienn/fix-dl-double-margins
...
Fix #1196 : Add CSS rule to remove double margins inside dl's
2022-08-19 16:03:02 +02:00
Benjamin Bach
0f76e9ba4a
Merge branch 'master' of github.com:readthedocs/sphinx_rtd_theme into HEAD
2022-08-19 15:50:16 +02:00
Benjamin Bach
85123c47de
Add a demo with Python types (regression test for #1196 ), rebuild theme.js
2022-08-19 15:47:32 +02:00
Benjamin Bach
a3703652ea
Fixes the fix from readthedocs#1315 - the CSS selector was wrong
2022-08-19 15:24:12 +02:00
Benjamin Bach
be9b6bcec9
Bump to a valid version scheme, bump node-sass for Node 14 support
2022-08-19 15:20:27 +02:00
Benjamin Bach
19977256de
Docker configuration for dev environment
2022-08-19 15:07:01 +02:00
Benjamin Bach
a08e3d696f
Bump to a valid version scheme, bump node-sass for Node 14 support
2022-08-19 13:17:39 +02:00
Benjamin Balder Bach
4efbdbc8eb
Merge pull request #1314 from readthedocs/agj/fix-ci
...
Unbreak CI config
2022-08-18 00:57:29 +02:00
Benjamin Balder Bach
5f2ba042e6
Merge branch 'master' into agj/fix-ci
2022-08-18 00:42:42 +02:00
Benjamin Balder Bach
e72adf2381
Merge pull request #1315 from readthedocs/agj/fix-kbd-errors
...
Fix SASS syntax errors from #967
2022-08-18 00:36:47 +02:00
Benjamin Balder Bach
71286aad6e
Merge pull request #1316 from readthedocs/agj/fix-jinja
...
Pin Jinja to pre-3.1 release
2022-08-18 00:36:20 +02:00
Benjamin Balder Bach
89085ae8f0
Merge pull request #1313 from readthedocs/agj/more-ignore
...
Ignore asdf configuration
2022-08-18 00:35:36 +02:00
Anthony Johnson
62e997658a
Pin Jinja to pre-3.1 release
2022-08-17 12:06:19 -07:00
Anthony Johnson
2dbaef8718
Fix SASS syntax errors from #967
...
This introduced syntax errors that were not picked up in review, the
`:not()` psuedo selector can't lead a selector in SASS.
2022-08-17 11:40:14 -07:00
Anthony Johnson
34e29e6092
Fix CircleCI config
...
Build with Node 14 installed through orbs.
Fixes #1275
2022-08-17 11:27:25 -07:00
Anthony Johnson
86dec5e936
Ignore asdf configuration
2022-08-17 11:22:24 -07:00
Benjamin Balder Bach
bc73ad8406
Merge pull request #967 from readthedocs/blendify/kbd
...
Nicer styles for <kbd>
2022-08-12 17:31:00 +02:00
Benjamin Balder Bach
781e161d2b
Merge branch 'master' into blendify/kbd
2022-08-12 17:20:56 +02:00
Kian-Meng Ang
0da22b885b
Fix typos ( #1291 )
2022-04-28 12:39:04 -05:00
Anthony
d64dadf1ce
Merge pull request #1233 from readthedocs/agj/fix-readme-native-rest
...
Replace sphinx reST with native reST
2021-10-19 17:03:00 -06:00
Anthony
ddbe6c69ea
Merge pull request #1232 from readthedocs/agj/update-translations-20210913
...
Update translations for 1.0 release
2021-09-17 11:13:47 -06:00
Anthony
8f5b7e7b4a
Merge branch 'master' into agj/update-translations-20210913
2021-09-17 11:06:38 -06:00
Dmitry Shachnev
7c2ba9fa39
Use consistent indentation in src/sass/_theme_rst.sass ( #1234 )
2021-09-15 10:13:08 -04:00
Aaron Carlisle
85e30501e7
Merge branch 'master' into agj/update-translations-20210913
2021-09-14 23:06:23 -04:00
Anthony
143b350b9b
Merge pull request #1231 from readthedocs/agj/dev-after-1.0.0
...
Update to next development release after 1.0.0
2021-09-13 14:19:11 -06:00
Anthony Johnson
d2009bb5e9
Replace sphinx reST with native reST
...
GitHub and PyPI hated `seealso`
2021-09-13 13:51:40 -06:00