Skip to content

Commit

Permalink
add readthedocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Jul 14, 2020
1 parent e719816 commit eb143dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# .readthedocs.yml
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
configuration: docs/conf.py

python:
version: 3.8
install:
- requirements: requirements-docs.txt

0 comments on commit eb143dd

Please sign in to comment.