Build docs on python 3.9

fix-url-regex
Jason Robinson 2023-03-18 01:59:18 +02:00
rodzic f76f862ddb
commit b8a6270241
1 zmienionych plików z 18 dodań i 0 usunięć

18
.readthedocs.yaml 100644
Wyświetl plik

@ -0,0 +1,18 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.9"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
formats: all