Skip to content

Commit d2edf84

Browse files
committed
dev config: Use port 8003 for doc generation.
1 parent 85be584 commit d2edf84

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.tmuxp.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,12 @@
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
],
@@ -71,4 +70,4 @@
7170
],
7271
"session_name": "tmuxp",
7372
"start_directory": "./"
74-
}
73+
}

.tmuxp.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)