Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
Files
File List
setup.py
Go to the documentation of this file.
1
2
3
# SPDX-License-Identifier: BSD-3-Clause
4
# SPDX-FileCopyrightText: Czech Technical University in Prague
5
6
7
from
setuptools
import
setup
8
from
catkin_pkg.python_setup
import
generate_distutils_setup
9
10
# fetch values from package.xml
11
setup_args = generate_distutils_setup(
12
packages=[
'cras_docs_common'
],
13
package_dir={
''
:
'src'
},
14
# The following is needed to provide the theme files for the other packages in this stack during doc jobs on buildfarm (it ignores the install() directive in CMakeLists.txt)
15
package_data={
'cras_docs_common'
: [
'sphinx-themes/*'
,
'sphinx-themes/*/*'
,
'sphinx-themes/*/*/*'
,
'sphinx-themes/*/*/*/*'
]},
16
)
17
18
setup
(**setup_args)
setup
Definition:
setup.py:1
cras_docs_common
Author(s): Martin Pecka
autogenerated on Sat Jun 17 2023 02:33:05