Skip to content

Commit

Permalink
Merge pull request #94 from lsst/tickets/DM-38065-v25
Browse files Browse the repository at this point in the history
DM-38065: V25 release notes
  • Loading branch information
timj authored Feb 28, 2023
2 parents 3cd1b1f + 639659b commit 79ca90b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
pip install -r requirements.txt
- name: Build and install
run: pip install -v .
run: pip install --no-deps -v .

- name: Install documenteer
run: pip install 'documenteer[pipelines]<0.7'
run: pip install 'documenteer[pipelines]<0.8'

- name: Build documentation
working-directory: ./doc
Expand Down
1 change: 0 additions & 1 deletion doc/changes/DM-35060.misc.rst

This file was deleted.

9 changes: 9 additions & 0 deletions doc/lsst.pex.config/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
lsst-pex-config v25.0.0 (2023-02-28)
====================================

Other Changes and Additions
---------------------------

- Some sorting now happens when saving config files (via DM-33027). (`DM-35060 <https://jira.lsstcorp.org/browse/DM-35060>`_)


lsst-pex-config v24.0.0 (2022-08-30)
====================================

Expand Down

0 comments on commit 79ca90b

Please sign in to comment.