LSSTApplications  19.0.0-13-g16625d3,20.0.0+1,20.0.0+13,20.0.0+14,20.0.0+17,20.0.0+3,20.0.0+4,20.0.0+5,20.0.0+7,20.0.0-1-g10df615+13,20.0.0-1-g253301a+6,20.0.0-1-g596936a+15,20.0.0-1-g8a53f90+2,20.0.0-1-gc96f8cb+16,20.0.0-1-gd1c87d7+2,20.0.0-10-g1b4d8e16+2,20.0.0-10-g6931302+2,20.0.0-2-g04cfba9+7,20.0.0-2-gec03fae+4,20.0.0-20-g8c202bc,20.0.0-3-gbdbfa727+7,20.0.0-3-gd2e950e,20.0.0-4-g4a2362f,20.0.0-4-gde602ef96+5,20.0.0-4-ge48a6ca+10,20.0.0-4-ge987224+5,20.0.0-4-gf68bb90+1,w.2020.28
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.obs.decam
8 
9 
10 _g = globals()
11 _g.update(build_package_configs(
12  project_name='obs_decam',
13  version=lsst.obs.decam.version.__version__))
lsst.obs.decam
Definition: __init__.py:1