Skip to content

Commit

Permalink
docs: update the formulation of python version in ".readthedocs.yaml"
Browse files Browse the repository at this point in the history
PR Closed: #1187
  • Loading branch information
graczhual committed Dec 30, 2021
1 parent a8d588a commit 63dee8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
---
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.8"

sphinx:
configuration: docs/source/conf.py

python:
version: "3.8"
install:
- requirements: requirements_docs.txt
- requirements: requirements.txt

0 comments on commit 63dee8f

Please sign in to comment.