We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4d58f7 + 45e2e58 commit 679a9e0Copy full SHA for 679a9e0
.readthedocs.yml
@@ -1,9 +1,9 @@
1
version: 2
2
3
build:
4
- os: ubuntu-20.04
+ os: ubuntu-22.04
5
tools:
6
- python: "3.9"
+ python: "3.11"
7
8
sphinx:
9
configuration: docs/source/conf.py
@@ -12,3 +12,4 @@ python:
12
install:
13
- method: pip
14
path: .
15
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1 @@
+sphinx-rtd-theme
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyobs-sbig"
-version = "1.0.6"
+version = "1.0.7"
description = "pyobs module for SBIG cameras"
authors = ["Tim-Oliver Husser <thusser@uni-goettingen.de>"]
license = "MIT"
0 commit comments