Skip to content

Commit

Permalink
Merge pull request #20 from lsst/tickets/DM-30015
Browse files Browse the repository at this point in the history
DM-30015: Update Sphinx configuration for Documenteer 0.6
  • Loading branch information
timj committed Dec 7, 2021
2 parents df5b824 + b8479b1 commit faaac7f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
############
display\_ds9
############

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

Documentation for ``lsst.display.ds9`` is available at https://pipelines.lsst.io/modules/lsst.display.ds9/
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.display.ds9
from documenteer.conf.pipelinespkg import *


_g = globals()
_g.update(build_package_configs(
project_name='display_ds9',
version=lsst.display.ds9.version.__version__))
project = "display_ds9"
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 faaac7f

Please sign in to comment.