- Timestamp:
- Dec 11, 2016, 8:02:04 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
- Children:
- ae785ea
- Parents:
- 875d9d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r875d9d1 r5a19f33 410 410 def sphinx(bld): 411 411 # build documentation from source files using sphinx-build 412 # note: build in ../doc/_build/html, otherwise waf wont install unsigned files 412 413 if bld.env['SPHINX']: 413 bld( name = 'sphinx', rule = '${SPHINX} -b html -a -q ../doc sphinx', 414 bld( name = 'sphinx', 415 rule = '${SPHINX} -b html -a -q `dirname ${SRC}` `dirname ${TGT}`', 414 416 source = 'doc/conf.py', 415 target = ['sphinx/'])417 target = '../doc/_build/html/index.html') 416 418 bld.install_files( '${DATAROOTDIR}' + '/doc/libaubio-doc/sphinx', 417 419 bld.path.ant_glob('doc/_build/html/**'), 418 cwd = bld.path.find_dir 420 cwd = bld.path.find_dir('doc/_build/html'), 419 421 relative_trick = True) 420 422
Note: See TracChangeset
for help on using the changeset viewer.