mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-09 07:09:08 -04:00

This commit introduces an embryo of sphinx-based documentation. The content of documentation in this commit is limited to the command line options of kiwix-serve.
8 lines
203 B
Meson
8 lines
203 B
Meson
|
|
sphinx = find_program('sphinx-build', native:true)
|
|
|
|
sphinx_target = run_target('doc',
|
|
command: [sphinx, '-bhtml',
|
|
meson.current_source_dir(),
|
|
meson.current_build_dir()])
|