forked from ros-misc-utilities/ffmpeg_image_transport_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rosdoc2.yaml
42 lines (34 loc) · 1.48 KB
/
rosdoc2.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
## This 'attic section' self-documents this file's type and version.
type: 'rosdoc2 config'
version: 1
---
settings:
## If this is true, a standard index page is generated in the output directory.
## It uses the package information from the 'package.xml' to show details
## about the package, creates a table of contents for the various builders
## that were run, and may contain links to things like build farm jobs for
## this package or links to other versions of this package.
## If this is not specified explicitly, it defaults to 'true'.
generate_package_index: true
## Point to python sources relative to package.xml file
python_source: 'ffmpeg_image_transport_tools'
## Don't run doxygen
always_run_doxygen: false
## Build python API docs
## This is most useful if the user would like to generate Python API
## documentation for a package that is not of the `ament_python` build type.
always_run_sphinx_apidoc: false
# disable breathe and exhale
enable_breathe: false
enable_exhale: false
# This setting, if provided, will override the build_type of this package
# for documentation purposes only. If not provided, documentation will be
# generated assuming the build_type in package.xml.
override_build_type: 'ament_python'
builders:
- sphinx: {
name: 'ffmpeg_image_transport_tools',
## This path is relative to output staging.
sphinx_sourcedir: 'doc/',
output_dir: ''
}