2 Commits

Author SHA1 Message Date
dependabot[bot]
2bcac8ba51 Bump pytest from 4.3.1 to 9.0.3 in /src/tests
Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.3.1 to 9.0.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/4.3.1...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 17:00:55 +00:00
einarf
e6ca4aa9ca Add rtd config file 2024-01-05 04:13:20 +01:00
2 changed files with 25 additions and 1 deletions

24
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,24 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub
python:
install:
- requirements: docs/requirements.txt

View File

@@ -1,2 +1,2 @@
pytest==4.3.1 pytest==9.0.3
tox tox