Skip to content

Commit

Permalink
Merge pull request #42 from lsst/tickets/DM-30015
Browse files Browse the repository at this point in the history
DM-30015: Update Sphinx config for Documenteer 0.6
  • Loading branch information
timj committed Dec 8, 2021
2 parents a4bf7f8 + c6bc7ad commit a4198d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions doc/conf.py
@@ -1,13 +1,14 @@
"""Sphinx configuration file for an LSST stack package.

"""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.meas.extensions.scarlet
from documenteer.conf.pipelinespkg import *


_g = globals()
_g.update(build_package_configs(
project_name='meas_extensions_scarlet',
version=lsst.meas.extensions.scarlet.version.__version__))
project = "meas_extensions_scarlet"
html_theme_options["logotext"] = project
html_title = project
html_short_title = project
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -4,7 +4,7 @@ max-doc-length = 79
ignore = E133, E226, E228, N802, N803, N806, N812, N813, N815, N816, W503
exclude =
bin,
doc,
doc/conf.py,
**/*/__init__.py,
**/*/version.py,
tests/.tests
Expand Down

0 comments on commit a4198d1

Please sign in to comment.