Commit Graph

14 Commits

Author SHA1 Message Date
Anthony Johnson
0207996411 Fix automerge fuck up 2021-07-19 17:45:33 -06:00
Anthony Johnson
09e2a0dc2c Merge branch 'master' into Blendify/sphinx4 2021-07-19 17:41:21 -06:00
Anthony Johnson
51d41e6289 Add git status path 2021-07-19 13:40:17 -06:00
Anthony Johnson
92aa3989a9 Make schema correct 2021-07-17 10:33:03 -06:00
Anthony Johnson
21b5ed45d4 Try job dependency 2021-07-17 10:30:06 -06:00
Anthony Johnson
bd6a34135f Fix typo in config 2021-07-17 10:22:51 -06:00
Anthony Johnson
e9fda1a5c1 How does sh work? 2021-07-15 12:32:23 -06:00
Anthony Johnson
1b38126245 Drop orb, fork code to apply more descriptive error 2021-07-15 12:27:47 -06:00
Anthony Johnson
ee32a53ae2 Add a CI test for unbuilt assets
Many of our PRs have out of date assets, making it hard to test the
latest changes. This will at least throw an error on the PR when build
assets aren't updated.
2021-07-14 18:24:14 -06:00
Anthony Johnson
b85d3616dd Add a CI test for unbuilt assets
Many of our PRs have out of date assets, making it hard to test the
latest changes. This will at least throw an error on the PR when build
assets aren't updated.
2021-07-14 17:38:48 -06:00
Aaron Carlisle
0ef60e7841 Tests: run against sphinx 4.1 2021-07-12 20:49:30 -04:00
Aaron Carlisle
836467e4b9 Add compatibility for sphinx4
Sphinx 4.x moves javascript and css declarations to `script_files` and `css_files`. This patch fixes duplicatd link and script tags when using sphinx4

Sphinx 4.x changes the default setting of html_codeblock_linenos_style to 'inline' and deprecates `html_codeblock_linenos_style`. The css for `.hll` to make the hightling span the full line cause the line number and code to be split on seperate lines. I could not get the highlight to span the full line so it was removed completely. I also made line numbers not selectible by the user.

This changes also adds the needed changes to the tox testing enviorment alhough, sphinx4 is not officially released to pypi yet. You will need to test these changes locally using: `pip install git+https://github.com/sphinx-doc/sphinx@master`
2021-04-10 16:50:34 -04:00
Santos Gallegos
6d89d9dbdf Test with more sphinx versions (#1047) 2021-02-11 18:09:47 -05:00
Santos Gallegos
e2b10425ef CI: switch to circleci (#1020) 2020-11-25 18:51:19 -05:00