doc/index.rst: link the converted protocol documentation
This commit is contained in:
parent
ee59e20c28
commit
937f49f1e9
|
@ -7,6 +7,7 @@ Music Player Daemon
|
||||||
|
|
||||||
user
|
user
|
||||||
developer
|
developer
|
||||||
|
protocol
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|
|
@ -6,6 +6,7 @@ sphinx_output = custom_target(
|
||||||
output: 'html',
|
output: 'html',
|
||||||
input: [
|
input: [
|
||||||
'index.rst', 'user.rst', 'developer.rst',
|
'index.rst', 'user.rst', 'developer.rst',
|
||||||
|
'protocol.rst',
|
||||||
'conf.py',
|
'conf.py',
|
||||||
],
|
],
|
||||||
command: [sphinx, '-q', '-b', 'html', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'],
|
command: [sphinx, '-q', '-b', 'html', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'],
|
||||||
|
|
Loading…
Reference in New Issue