File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22#
33
44# You can set these variables from the command line.
5- SPHINXOPTS = -j 1 -W --color
5+ SPHINXOPTS = -j auto -W --color
66SPHINXBUILD = sphinx-build
77APIDIR = api
88EXAMPLESDIR = examples
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" (
88 set SPHINXBUILD = sphinx-build
99)
1010if " %SPHINXOPTS% " == " " (
11- set SPHINXOPTS = -j 1 -W --color
11+ set SPHINXOPTS = -j auto -W --color
1212)
1313set SOURCEDIR = source
1414set APIDIR = api
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies = [
2626 " pyvista >= 0.43.0,<1" ,
2727 " websockets >= 12.0,< 16" ,
2828 " trame >= 3.6.0,<4" ,
29- " trame-vtk >= 2.8.7,<3 " ,
29+ " trame-vtk >= 2.8.7,<2.8.16 " ,
3030 " trame-vuetify >= 2.4.3,< 4" ,
3131]
3232
You can’t perform that action at this time.
0 commit comments