File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 45
45
"focus" : true
46
46
},
47
47
" pwd" ,
48
- " echo 'docs built to <http://0.0.0.0:8000 /_build/html>'; python -m SimpleHTTPServer" ,
48
+ " echo 'docs built to <http://0.0.0.0:8003 /_build/html>'; python -m SimpleHTTPServer 8003 " ,
49
49
{
50
50
"shell_command" : [
51
51
" command -v sphinx-quickstart >/dev/null 2>&1 || { pip install -r requirements.pip; }" ,
52
52
" command -v watching_testrunner >/dev/null 2>&1 || { pip install watching_testrunner; }" ,
53
53
" watching_testrunner --basepath ./ --pattern=\" *.rst\" 'make html'" ,
54
- " python -m SimpleHTTPServer"
55
54
]
56
55
}
57
56
],
71
70
],
72
71
"session_name" : " tmuxp" ,
73
72
"start_directory" : " ./"
74
- }
73
+ }
Original file line number Diff line number Diff line change @@ -38,9 +38,8 @@ windows:
38
38
- :Ex
39
39
focus : true
40
40
- pwd
41
- - echo 'docs built to <http://0.0.0.0:8000 /_build/html>'; python -m SimpleHTTPServer
41
+ - echo 'docs built to <http://0.0.0.0:8003 /_build/html>'; python -m SimpleHTTPServer 8003
42
42
- shell_command :
43
43
- command -v sphinx-quickstart >/dev/null 2>&1 || { pip install -r requirements.pip; }
44
44
- command -v watching_testrunner >/dev/null 2>&1 || { pip install watching_testrunner; }
45
45
- watching_testrunner --basepath ./ --pattern="*.rst" 'make html'
46
- - python -m SimpleHTTPServer
You can’t perform that action at this time.
0 commit comments