Skip to content

Commit

Permalink
Update Sphinx conf.py for documenteer 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick authored and timj committed Dec 8, 2021
1 parent 6103c3d commit 31d2754
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 documenation builds.
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.ip.isr
from documenteer.conf.pipelinespkg import *


_g = globals()
_g.update(build_package_configs(
project_name='ip_isr',
version=lsst.ip.isr.version.__version__))
project = "ip_isr"
html_theme_options["logotext"] = project
html_title = project
html_short_title = project

0 comments on commit 31d2754

Please sign in to comment.