Commit Graph

1303 Commits

Author SHA1 Message Date
Aaron Carlisle
1d790f623e Merge branch 'master' into blendify/v2 2021-03-20 03:03:12 -04:00
Aaron Carlisle
114fb85b44 Require Sphinx 1.6 deprecate html4 (#1091)
Sphinx 1.6 is required for de76c03824 we also do not test against versions lower than 1.6 so we should safely drop it.

This is similar to #1076 and #1075 but less strict
2021-03-15 18:05:20 -04:00
Aaron Carlisle
68d4b8aac7 Javascript: Add support for deep toc levels (#1089)
In ca015a5704 support was added for tox levels up to 10.
This only fixed the css side, this commit makes a similar fix for the js side.

Fixes #893
2021-03-15 13:51:06 -05:00
Aaron Carlisle
57cf83ad18 Add missing endblock 2021-03-15 14:14:26 -04:00
Aaron Carlisle
bb79a97013 Merge branch 'master' into blendify/v2 2021-03-15 14:08:09 -04:00
Santos Gallegos
f8e71bf312 Don't require npm to build from source (#1039) 2021-03-15 10:12:50 -05:00
Aaron Carlisle
85f23c9edc Docs: Add text before config api type information (#1090)
* Docs: Add text before config api type information

This makes it more clear what the confval is for without having to read through the type information.

This matches usual sphinx autodoc behavior.

* Only use one space above headings
2021-03-15 09:49:13 -05:00
Aaron Carlisle
b33d06444e npm: Add a few missing package fields (#1079)
* npm: Add a few missing package fields

This fixes these warnings when running `npm install`:

```
npm WARN sphinx_rtd_theme@0.5.1 No repository field.
npm WARN sphinx_rtd_theme@0.5.1 No license field.
```

* 0.5.2

* Revert version bump

* Revert version bump
2021-03-12 18:12:31 -05:00
Aaron Carlisle
ba1cbb1c07 Docs: Always use local theme (#1083)
This changes non PR builds on rtd to use the local theme and not the old 0.4.3 theme. We want our docs to show what the theme looks like based on the current release, not an old version.
2021-03-12 15:17:35 -05:00
Aaron Carlisle
b35637651b Tests: Remove test for sphinx version no longer supported (#1071)
We no longer run tests against sphinx 1.4 so this can be removed.
2021-03-11 10:01:14 -05:00
Aaron Carlisle
de76c03824 Revert "Fix problem triggered by unconditional toctree call and empty toctree" (#507)
Fixes #374
2021-03-11 09:59:21 -05:00
Aaron Carlisle
0902912301 Fix API docs 2021-03-05 00:28:19 -05:00
Aaron Carlisle
76774437de Correct Sass Syntax
This causes issues with dart-sass compiler
2021-03-04 17:14:15 -05:00
Aaron Carlisle
a30c614df3 Use dart sass instead of node-sass
Node sass is now deprecated, dart-sass is now the main implementation.
There is no change to the built assets.

For more information see
https://sass-lang.com/blog/libsass-is-deprecated
2021-03-04 16:48:31 -05:00
Aaron Carlisle
5734cf894e Remove Bourbon 2021-03-04 16:35:03 -05:00
Aaron Carlisle
1a79dc28cb Revert npm7 changes 2021-03-04 16:08:59 -05:00
Aaron Carlisle
d2c4b2ecc2 Merge branch 'master' into blendify/v2 2021-03-04 16:03:33 -05:00
Aaron Carlisle
894aef556e Cleanup: Use Proper Sass Syntax (#1069)
Sass does not use semicolons at the end of lines. Also remove dead code.
2021-03-04 09:38:29 -05:00
Aaron Carlisle
4ad33d0197 Nav: Fix right padding on level2+ (#1068)
The sets the right padding the same as the first level.
The current padding is too large and varies between toc levels.
Now, the right padding is the same between all levels and only the left padding changes
2021-03-04 09:34:28 -05:00
Aaron Carlisle
e001cca56f Fix Nav Buttons Size (#1067)
Currently, Nav buttons to expand the menu are a bit small and do not match the link text.
This makes the font size and line-height match between the text and icon.
2021-03-03 20:17:05 -05:00
Aaron Carlisle
4c3ec57e52 Revert "Commit compiled assets for test"
This reverts commit c92d09ebc2.
2021-03-02 17:17:04 -05:00
Aaron Carlisle
c92d09ebc2 Commit compiled assets for test 2021-03-02 17:14:37 -05:00
Aaron Carlisle
15c96303e0 Remove Semicolins 2021-03-02 16:44:42 -05:00
Aaron Carlisle
d8567aebb3 Add back comment 2021-03-02 16:42:32 -05:00
Aaron Carlisle
dc3b0c2db0 Remove Semicolins from sass 2021-03-02 16:41:08 -05:00
Aaron Carlisle
1b24af192d Cleanup: Theme Variables 2021-03-02 16:39:16 -05:00
Aaron Carlisle
f0f116e420 Remove unused sidebar sass 2021-03-02 16:24:56 -05:00
Aaron Carlisle
28a72b1270 Fix syntax 2021-03-02 16:01:52 -05:00
Aaron Carlisle
c490c3b6c2 Use Bootstrap clearfix 2021-03-02 15:46:50 -05:00
Aaron Carlisle
0205a77bb9 Optimize Badge Only Imports 2021-03-02 15:36:51 -05:00
Aaron Carlisle
30de695eef Cleanup neat import 2021-03-02 15:34:22 -05:00
Aaron Carlisle
229ff95f7e Remove HTML4 Styling 2021-03-02 15:24:24 -05:00
Aaron Carlisle
29fa23a287 Set font size for blockquotes 2021-03-02 15:16:07 -05:00
Aaron Carlisle
5abb62fad2 Fix GUI Labels 2021-03-02 15:11:38 -05:00
Aaron Carlisle
c3ab8bb172 Fix sidebar breakpoints 2021-03-02 15:06:24 -05:00
Aaron Carlisle
f3d5f3820e Match old nav background color 2021-03-02 14:52:58 -05:00
Aaron Carlisle
0bed94e3db Admonition use text color 2021-03-02 14:44:27 -05:00
Aaron Carlisle
a7a7f4613a Fix literal-block padding 2021-03-02 14:39:01 -05:00
Aaron Carlisle
4c8b38032c Increase sidebar title contrast 2021-03-02 14:33:50 -05:00
Aaron Carlisle
a33aa2453d Remove underline from heading hover 2021-03-02 14:31:40 -05:00
Aaron Carlisle
da4c161eb9 Improve method parameter contrast 2021-03-02 14:28:41 -05:00
Aaron Carlisle
74b0260037 Fix API class background 2021-03-02 14:22:07 -05:00
Aaron Carlisle
a46d3976f5 Fix one off pixel error 2021-03-02 14:03:41 -05:00
Aaron Carlisle
9d49402443 Add some padding to rst versions 2021-03-01 18:20:07 -05:00
Aaron Carlisle
d9ed99cf70 Cleanup: Whitespace 2021-03-01 17:58:12 -05:00
Aaron Carlisle
7748a340f7 Fix sidebar scroll 2021-03-01 17:52:26 -05:00
Aaron Carlisle
c96caa7c8b Update lockfile 2021-03-01 17:39:24 -05:00
Aaron Carlisle
9907652544 Merge branch 'master' into blendify/v2 2021-03-01 17:31:58 -05:00
Aaron Carlisle
8ba9c8ac0b Templates: Cleanup Whitespace (#1060)
While not perfect this cuts it down a lot and makes the html output much 
cleaner
2021-03-01 10:09:03 -05:00
Aaron Carlisle
bc9cb59e38 Merge branch 'master' into blendify/v2 2021-03-01 09:50:09 -05:00