Unverified Commit 08b2812c authored by RunningLeon's avatar RunningLeon Committed by GitHub
Browse files

Fix readthedocs building (#321)

parent cfabbbd7
...@@ -2,8 +2,12 @@ version: 2 ...@@ -2,8 +2,12 @@ version: 2
formats: all formats: all
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
python: python:
version: 3.8
install: install:
- requirements: requirements/docs.txt - requirements: requirements/docs.txt
- requirements: requirements/readthedocs.txt - requirements: requirements/readthedocs.txt
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment