LSSTApplications  19.0.0-10-g4a5fae6+19,20.0.0,20.0.0+1,20.0.0+2,20.0.0+3,20.0.0+5,20.0.0+6,20.0.0-1-g10df615+4,20.0.0-1-g253301a+2,20.0.0-1-g32a200e+4,20.0.0-1-g596936a+4,20.0.0-1-g8a53f90,20.0.0-1-gc96f8cb+5,20.0.0-1-gd1c87d7,20.0.0-13-gfbf2cf9+1,20.0.0-2-g92e20685+5,20.0.0-2-gec03fae,20.0.0-3-g082faa5,20.0.0-3-g2fa8bb8+1,20.0.0-3-ga9be0e7+3,20.0.0-4-gde602ef96+1,20.0.0-7-g180d0f2,20.0.0-8-g7eef53f7,w.2020.26
LSSTDataManagementBasePackage
conf.py
Go to the documentation of this file.
1 """Sphinx configuration file for an LSST stack package.
2 
3 This configuration only affects single-package Sphinx documenation builds.
4 """
5 
6 from documenteer.sphinxconfig.stackconf import build_package_configs
7 import lsst.jointcal
8 
9 
10 _g = globals()
11 _g.update(build_package_configs(
12  project_name='jointcal',
13  version=lsst.jointcal.version.__version__))
lsst::jointcal
Definition: Associations.h:49