lsst.meas.deblender 22.0.1-6-g359a236+77d829fd41
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.conf.pipelinespkg import * # noqa: F403, import *
7
8project = "utils"
9html_theme_options["logotext"] = project # noqa: F405, unknown name
10html_title = project
11html_short_title = project
12doxylink = {}