Skip to content

Commit 679a9e0

Browse files
authored
v1.0.7
version 1.0.7
2 parents f4d58f7 + 45e2e58 commit 679a9e0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: ubuntu-20.04
4+
os: ubuntu-22.04
55
tools:
6-
python: "3.9"
6+
python: "3.11"
77

88
sphinx:
99
configuration: docs/source/conf.py
@@ -12,3 +12,4 @@ python:
1212
install:
1313
- method: pip
1414
path: .
15+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-rtd-theme

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-sbig"
3-
version = "1.0.6"
3+
version = "1.0.7"
44
description = "pyobs module for SBIG cameras"
55
authors = ["Tim-Oliver Husser <thusser@uni-goettingen.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)