1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-25 20:44:21 +00:00

Update Read The Docs config with the latest from Steffo99/template-poetry

This commit is contained in:
Steffo 2022-05-02 05:08:09 +02:00
parent 5d6db1c4c2
commit 5b0c59a424
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,16 +1,10 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2 version: 2
sphinx:
configuration: docs/source/conf.py
formats: all
python: python:
version: 3.8
install: install:
- method: pip - path: "."
path: .
build:
os: "ubuntu-20.04"
tools:
python: "3.10"