Skip to content

Commit

Permalink
Ignore news fragments in doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Oct 29, 2024
1 parent 1fb0608 commit e86f98e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
For more information, see:
https://developer.lsst.io/stack/building-single-package-docs.html
"""

# flake8: noqa

from documenteer.conf.pipelinespkg import *
Expand All @@ -11,3 +12,4 @@
html_theme_options["logotext"] = project
html_title = project
html_short_title = project
exclude_patterns = ["changes/*"]

0 comments on commit e86f98e

Please sign in to comment.