Docs: added custom.css to override default hyphenation and text align styles

This commit is contained in:
gd
2022-11-08 17:30:06 +02:00
parent a0a11be79b
commit 14460c6b6d
3 changed files with 12 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ if get_option('html_manual')
'client.rst',
'protocol.rst',
'conf.py',
'_static/css/custom.css'
],
command: [sphinx, '-q', '-b', 'html', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'],
build_by_default: true,