Trying to fix readthedocs build #2180

Merged
PeterSurda merged 1 commits from gitea-70 into v0.6 2024-02-26 16:18:37 +01:00
Showing only changes of commit 696f9f9aeb - Show all commits

View File

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