We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac9f9d commit 3db13fdCopy full SHA for 3db13fd
.tmuxp.json
@@ -33,8 +33,8 @@
33
"focus": true
34
},
35
"pane",
36
- "make serve",
37
- "make SPHINXBUILD='poetry run sphinx-build' watch"
+ "pane",
+ "make start",
38
]
39
}
40
.tmuxp.yaml
@@ -21,5 +21,5 @@ windows:
21
panes:
22
- focus: true
23
- pane
24
- - make serve
25
- - make SPHINXBUILD='poetry run sphinx-build' watch
+ - pane
+ - make start
0 commit comments