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