Skip to content

Commit

Permalink
Merge pull request #29 from lsst/tickets/DM-30015
Browse files Browse the repository at this point in the history
DM-30015: Update conf.py for documenteer 0.6
  • Loading branch information
timj committed Dec 7, 2021
2 parents de4c5c5 + 3d11019 commit 8ea0215
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
###########
coadd_utils
###########

``coadd_utils`` is a package in the `LSST Science Pipelines <https://pipelines.lsst.io>`_.

Package documentation:

- `lsst.coadd.utils <https://pipelines.lsst.io/modules/lsst.coadd.utils/index.html>`__
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.coadd.utils
from documenteer.conf.pipelinespkg import *


_g = globals()
_g.update(build_package_configs(
project_name='coadd_utils',
version=lsst.coadd.utils.version.__version__))
project = "coadd_utils"
html_theme_options["logotext"] = project
html_title = project
html_short_title = project
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
max-line-length = 110
ignore = E133, E226, E228, N802, N803, N806, N812, N815, N816, W503
exclude =
__init__.py,
bin,
doc/conf.py,
**/*/__init__.py,
**/*/version.py,
tests/.tests

[tool:pytest]
addopts = --flake8
Expand Down

0 comments on commit 8ea0215

Please sign in to comment.