Skip to content

Commit

Permalink
Add explicit readthedocs config and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Nov 1, 2021
1 parent b34a740 commit 9062baa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Build from the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Explicitly set the version of Python and its requirements
python:
version: 3.8
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
awacs>=2.0.0

0 comments on commit 9062baa

Please sign in to comment.