Skip to content

Commit

Permalink
Add ReadTheDocs configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Jan 12, 2023
1 parent 6159f51 commit 27d981e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- rtd
- requirements: requirements-doc.txt

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

0 comments on commit 27d981e

Please sign in to comment.