Skip to content

Commit

Permalink
Update doc/conf.py for documenteer 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrawls committed Jul 13, 2021
1 parent 4d58fde commit 5b5eb78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 8 additions & 7 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
"""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.decam
from documenteer.conf.pipelinespkg import *


_g = globals()
_g.update(build_package_configs(
project_name='obs_decam',
version=lsst.obs.decam.version.__version__))
project = "obs_decam"
html_theme_options["logotext"] = project
html_title = project
html_short_title = project
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ max-line-length = 110
ignore = E133, E226, E228, E266, N802, N803, N806, N812, N815, N816, W503
exclude =
__init__.py
doc/conf.py
doc/_build/html/conf.py
config/*
tests/.tests/*
tests/config/*
Expand Down

0 comments on commit 5b5eb78

Please sign in to comment.