Skip to content

Commit

Permalink
Switch back to Python 3.8 for ReadTheDocs (#1839)
Browse files Browse the repository at this point in the history
ReadTheDocs doesn't support Python 3.9 yet.
  • Loading branch information
ichard26 committed Nov 26, 2020
1 parent 4d03716 commit 7f75fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
python:
version: 3.9
version: 3.8
install:
- requirements: docs/requirements.txt
- method: setuptools
Expand Down

0 comments on commit 7f75fe3

Please sign in to comment.