Skip to content

Commit 087beff

Browse files
authored
Merge pull request #48 from LCOGT/readthedocs
Various minor fixes including readthedocs and helm deployment
2 parents b23038b + 11aa413 commit 087beff

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.17.0 (2025-04-26)
2+
-------------------
3+
- Minor fixes to deployment
4+
- Added readthedocs config
5+
16
0.16.0 (2025-04-10)
27
-------------------
38
- Bugfix to not override L1PUBDAT for all frames

banzai_floyds/tests/data/test_skyflat.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ filename frameid
22
ogg2m001-en06-20190329-0018-x00.fits.fz 29878203
33
coj2m002-en12-20220313-0002-x00.fits.fz 49224839
44
coj2m002-en12-20241212-0030-x00.fits.fz 77906253
5+
coj2m002-en12-20250128-0010-x00.fits.fz 79349830

helm-chart/banzai-floyds/templates/listener.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ spec:
3939
- "--queue-name=$(QUEUE_NAME)"
4040
- "--no-file-cache"
4141
- "--delay-to-block-end"
42-
- "--prefer-same-block-cals"
43-
- "--check-public-cals"
44-
- "--prefer-same-proposal-cals"
4542
env:
4643
{{- include "banzaiFloyds.Env" . | nindent 12}}
4744
resources:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

77
[project]
88
name = "banzai-floyds"
9-
version = "0.15.0"
9+
version = "0.17.0"
1010
requires-python = ">=3.10,<4"
1111
description = "BANZAI Data Reduction for FLOYDS spectra"
1212
readme = "docs/README.rst"

readthedocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: docs/conf.py
5+
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.12"
10+
commands:
11+
- pip install poetry
12+
- poetry install -E docs
13+
- poetry run sphinx-build -b html docs/ ${READTHEDOCS_OUTPUT}/html/

0 commit comments

Comments
 (0)