build_stack_docs

documenteer.stackdocs.build.build_stack_docs(root_project_dir, skipped_names=None, skippedNames=None, prefer_doxygen_conf_in=True, enable_doxygen_conf=True, enable_doxygen=True, enable_package_links=True, enable_sphinx=True, select_doxygen_packages=None, skip_doxygen_packages=None)

Build stack Sphinx documentation (main entrypoint).

Parameters
root_project_dir

Path to the root directory of the main documentation project. This is the directory containing the conf.py file.

skipped_names

Optional list of packages to skip while creating symlinks.

skippedNames

Old name for the skipped_names parameter.

prefer_doxygen_conf_in

Prefer using doxygen.conf.in files as the basis for package’s Doxygen configuration. This mode is useful when building stack documentation from a binary distribution of the Stack since the paths in each package’s doxygen.conf file refer to paths on the build server.

enable_doxygen_conf

Enable building the configuration for the Doxygen build.

enable_doxygen

Enable the Doxygen build. If enabled, enable_doxygen_conf is automatically enabled.

enable_package_links

Enable linking the documentation directories of individual packages into the root documentation directory.

enable_sphinx

Enable the Sphinx build. If enabled, enable_package_links is automatically enabled.

select_doxygen_packages

If set, only EUPS packages named in this sequence will be processed by Doxygen. Packages still need to be set up and have doxygen.conf.in files.

skip_doxygen_packages

If set, EUPS packages named in this sequence will be removed from the set of packages processed by Doxygen.

Returns
sphinx_status

The shell status code for the Sphinx build. If enable_sphinx is False, the status defaults to 0.

Return type

int