Skip to content

Commit

Permalink
Add readthedocs yaml config (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nothing4You committed Mar 15, 2022
1 parent a3b7e81 commit c8a4334
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

sphinx:
configuration: docs/conf.py
fail_on_warning: false # FIXME

formats:
- pdf
- epub

python:
install:
- requirements: requirements-dev.txt

0 comments on commit c8a4334

Please sign in to comment.