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