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 6, 2021
1 parent 0f51392 commit 68c5fb5
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.obs.cfht
from documenteer.conf.pipelinespkg import *


_g = globals()
_g.update(build_package_configs(
project_name='obs_cfht',
version=lsst.obs.cfht.version.__version__))
project = "obs_cfht"
html_theme_options["logotext"] = project
html_title = project
html_short_title = project

0 comments on commit 68c5fb5

Please sign in to comment.