mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix up docs target
This commit is contained in:
parent
bcd1bfdc62
commit
670ebc0d9f
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -52,8 +52,7 @@ install-docs:
|
||||||
pip install sphinx sphinx_rtd_theme
|
pip install sphinx sphinx_rtd_theme
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
cd docs
|
cd docs && make html
|
||||||
make html
|
|
||||||
|
|
||||||
sh: # open subshell with default test config
|
sh: # open subshell with default test config
|
||||||
$$SHELL;
|
$$SHELL;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue