LSST Applications g04e9c324dd+8c5ae1fdc5,g123d84c11c+8c5ae1fdc5,g1ec0fe41b4+6ec6b74de1,g1fd858c14a+f245582311,g29a0cc5914+ed2a5a59d5,g32513d92db+301b21503b,g35bb328faa+8c5ae1fdc5,g43473aacd5+42c0221713,g44844d7183+193342654f,g46874a5070+1087e05171,g4d44eb3520+bdee43bb2b,g53246c7159+8c5ae1fdc5,g60b5630c4e+1087e05171,g663da51e9b+26baacac3b,g67b6fd64d1+d4e0e85a95,g67fd3c3899+1087e05171,g78460c75b0+7e33a9eb6d,g786e29fd12+668abc6043,g844c57033c+929b3e9e34,g851e132a97+26647cc1fc,g8852436030+fbf83f7c97,g89139ef638+d4e0e85a95,g8d7436a09f+429c20f916,g989de1cb63+d4e0e85a95,g9f33ca652e+9625a3452e,ga1e959baac+5fbc491aed,ga2f891cd6c+1087e05171,gabe3b4be73+8856018cbb,gabf8522325+cc757f8247,gac2eed3f23+d4e0e85a95,gb1101e3267+a0358262ed,gb89ab40317+d4e0e85a95,gcf25f946ba+fbf83f7c97,gd107969129+6e03c97596,gd6cbbdb0b4+8e46defd2a,ge410e46f29+d4e0e85a95,geaed405ab2+2322f1d6ea,gf5e32f922b+8c5ae1fdc5,w.2025.31
LSST Data Management Base Package
Loading...
Searching...
No Matches
conf.py
Go to the documentation of this file.
1"""Sphinx configuration file for an LSST stack package.
2This configuration only affects single-package Sphinx documentation builds.
3For more information, see:
4https://developer.lsst.io/stack/building-single-package-docs.html
5"""
6
8
9
10project = "pipe_tasks"
11html_theme_options["logotext"] = project
12html_title = project
13html_short_title = project
14intersphinx_mapping["lsst"] = ("https://pipelines.lsst.io/v/daily/", None) # noqa