Revert "correct rtd config"

This reverts commit 75cce026e2.
This commit is contained in:
cloudwithax 2023-02-10 18:10:59 -05:00
parent 75cce026e2
commit c703478505
1 changed files with 8 additions and 10 deletions

View File

@ -1,15 +1,13 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
sphinx:
configuration: docs/conf.py
python:
version: "3.9"
install:
- requirements: docs/requirements_rtd.txt
- method: pip
path: .
system_packages: true