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 4545 "focus" : true
4646 },
4747 " 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 " ,
4949 {
5050 "shell_command" : [
5151 " command -v sphinx-quickstart >/dev/null 2>&1 || { pip install -r requirements.pip; }" ,
5252 " command -v watching_testrunner >/dev/null 2>&1 || { pip install watching_testrunner; }" ,
5353 " watching_testrunner --basepath ./ --pattern=\" *.rst\" 'make html'" ,
54- " python -m SimpleHTTPServer"
5554 ]
5655 }
5756 ],
7170 ],
7271 "session_name" : " tmuxp" ,
7372 "start_directory" : " ./"
74- }
73+ }
Original file line number Diff line number Diff line change @@ -38,9 +38,8 @@ windows:
3838 - :Ex
3939 focus : true
4040 - 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
4242 - shell_command :
4343 - command -v sphinx-quickstart >/dev/null 2>&1 || { pip install -r requirements.pip; }
4444 - command -v watching_testrunner >/dev/null 2>&1 || { pip install watching_testrunner; }
4545 - watching_testrunner --basepath ./ --pattern="*.rst" 'make html'
46- - python -m SimpleHTTPServer
You can’t perform that action at this time.
0 commit comments