reporting-bugs
troubleshooting
development
+ API documentation <@HTTP_DOC_LINK@>
++++++++++++++++++++++++++++++
-----------------
The API documentation is available here:
- http://wayland.freedesktop.org/libinput/doc/latest/api/
+ https://wayland.freedesktop.org/libinput/doc/latest/api/
.. note:: This documentation is generally only needed by authors of Wayland
compositors or other developers dealing with input events directly.
sphinx_config.set('PROJECT_NAME', meson.project_name())
sphinx_config.set('PROJECT_VERSION', meson.project_version())
sphinx_config.set('BUILDDIR', meson.current_build_dir())
+sphinx_config.set('HTTP_DOC_LINK', doc_url)
git_version_page = vcs_tag(command : ['git', 'log', '-1', '--format=%H'],
fallback : 'unknown',
'device-quirks.rst',
'faqs.rst',
'gestures.rst',
- 'index.rst',
'middle-button-emulation.rst',
'normalization-of-relative-motion.rst',
'palm-detection.rst',
src_sphinx += [ sf ]
endforeach
+configure_file(input: 'index.rst',
+ output: 'index.rst',
+ configuration: sphinx_config)
+
# do not use -j, it breaks on Ubuntu
sphinx_output_dir = 'Documentation'