mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2026-04-28 03:30:03 +00: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.
7 lines
203 B
Meson
7 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()])
|