Skip to content

Commit

Permalink
Merge pull request #1661 from tchaikov/wip-rtd-docs
Browse files Browse the repository at this point in the history
.readthedocs: add .readthedocs.yml

Reviewed-by: Kyr Shatskyy <[email protected]>
  • Loading branch information
tchaikov authored Jul 27, 2021
2 parents b6f3efa + 31f9ced commit 73aa7e3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2
formats: []
build:
image: latest
python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- orchestra
- requirements: docs/requirements.txt
sphinx:
builder: html
configuration: docs/conf.py

0 comments on commit 73aa7e3

Please sign in to comment.