Merge branch 'master' into pyup-update-sentry-sdk-1.21.1-to-1.22.2

This commit is contained in:
Bruno Alla 2023-05-08 15:42:21 +01:00 committed by GitHub
commit ba30c27683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,17 @@
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Version of Python and requirements required to build the docs
# Declare the Python requirements required to build your docs
python:
version: "3.8"
install:
- requirements: docs/requirements.txt