1"""Sphinx configuration file for an LSST stack package.
3This configuration only affects single-package Sphinx documentation builds.
6from documenteer.sphinxconfig.stackconf
import build_package_configs
11_g.update(build_package_configs(
12 project_name=
'daf_base',
13 version=lsst.daf.base.version.__version__))