Trying to fix readthedocs build

This commit is contained in:
Lee Miller 2024-02-18 23:03:03 +02:00
parent e5e0f43b42
commit 696f9f9aeb
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -1,9 +1,12 @@
version: 2 version: 2
build:
os: ubuntu-20.04
tools:
python: "2.7"
python: python:
version: 2.7
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt
- method: setuptools - method: pip
path: . path: .
system_packages: false