lsst.meas.deblender 23.0.0+3a1f3cd355
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 = {}