Documentation: Restore alphabetical order of sources in meson.build
Sort the docs_sources variable in Documentation/meson.build to ease maintenance. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
3fde82d849
commit
dd1473d763
1 changed files with 3 additions and 3 deletions
|
@ -47,17 +47,17 @@ endif
|
|||
|
||||
if sphinx.found()
|
||||
docs_sources = [
|
||||
'../README.rst',
|
||||
'coding-style.rst',
|
||||
'conf.py',
|
||||
'contributing.rst',
|
||||
'docs.rst',
|
||||
'environment_variables.rst',
|
||||
'index.rst',
|
||||
'guides/introduction.rst',
|
||||
'guides/application-developer.rst',
|
||||
'guides/introduction.rst',
|
||||
'guides/pipeline-handler.rst',
|
||||
'guides/tracing.rst',
|
||||
'index.rst',
|
||||
'../README.rst',
|
||||
]
|
||||
|
||||
release = 'release=v' + libcamera_git_version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue