Skip to content

Commit

Permalink
Update conf.py in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed May 17, 2022
1 parent 885fc59 commit ff0b367
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"""Sphinx configuration file for an LSST stack package.
This configuration only affects single-package Sphinx documentation builds.
For more information, see:
https://developer.lsst.io/stack/building-single-package-docs.html
"""

from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.analysis.drp
from documenteer.conf.pipelinespkg import *


_g = globals()
_g.update(build_package_configs(
project_name='analysis_drp',
version=lsst.analysis.drp.version.__version__))
project = "analysis_drp"
html_theme_options["logotext"] = project
html_title = project
html_short_title = project

0 comments on commit ff0b367

Please sign in to comment.