lsst.pipe.base  21.0.0-7-g959bb79+819d811720
conf.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 import lsst.pipe.base
4 from documenteer.sphinxconfig.stackconf import build_package_configs
5 
6 
7 _g = globals()
8 _g.update(build_package_configs(
9  project_name='pipe_base',
10  version=lsst.pipe.base.version.__version__))