Skip to content

Commit

Permalink
Update Sphinx config for Documenteer 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed May 5, 2021
1 parent 7d07e56 commit 934827f
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.meas.extensions.shapeHSM
from documenteer.conf.pipelinespkg import *


_g = globals()
_g.update(build_package_configs(
project_name='meas_extensions_shapeHSM',
version=lsst.meas.extensions.shapeHSM.version.__version__))
project = "meas_extensions_shapeHSM"
html_theme_options["logotext"] = project
html_title = project
html_short_title = project

0 comments on commit 934827f

Please sign in to comment.