Skip to content

Commit 323f0ad

Browse files
authored
v1.3.10
version 1.3.10
2 parents a8de393 + 079f7e7 commit 323f0ad

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.readthedocs.yml

+3-2
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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-rtd-theme

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-fli"
3-
version = "1.3.9"
3+
version = "1.3.10"
44
description = "pyobs module for FLI cameras"
55
authors = ["Tim-Oliver Husser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)