mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 01:32:34 -04:00
Switch the user manual to use the Sphinx documentation framework
This commit is contained in:
@@ -17,4 +17,5 @@ translations :
|
||||
resources:
|
||||
${PYTHON} resources.py
|
||||
|
||||
|
||||
manual:
|
||||
make -C src/libprs500/manual clean html
|
||||
|
||||
@@ -116,9 +116,9 @@ def upload_user_manual():
|
||||
cwd = os.getcwdu()
|
||||
os.chdir('src/libprs500/manual')
|
||||
try:
|
||||
check_call('python make.py --validate')
|
||||
check_call('make clean html')
|
||||
check_call('ssh castalia rm -rf %s/\\*'%USER_MANUAL)
|
||||
check_call('scp -r build/* castalia:%s'%USER_MANUAL)
|
||||
check_call('scp -r .build/* castalia:%s'%USER_MANUAL)
|
||||
finally:
|
||||
os.chdir(cwd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user