lsst.fgcmcal  21.0.0-17-gd94932e+f7a5518e68
conf.py
Go to the documentation of this file.
1 """Sphinx configuration file for an LSST stack package.
2 This configuration only affects single-package Sphinx documenation builds.
3 """
4 
5 from documenteer.sphinxconfig.stackconf import build_package_configs
6 import lsst.fgcmcal
7 
8 
9 _g = globals()
10 _g.update(build_package_configs(
11  project_name='fgcmcal',
12  version=lsst.fgcmcal.version.__version__))