Skip to content

Commit

Permalink
fix deps for RTD builds (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet authored Mar 26, 2022
1 parent ece9247 commit 679e0c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
17 changes: 13 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
version: 2

python:
version: 3.7
version: 3.8
#install:
# - requirements: requirements-rtd.txt
install:
- requirements: requirements-rtd.txt
build:
image: latest
- method: pip
path: .
extra_requirements:
- dev
- twisted
- compress
- serialization
- encryption
- scram
- xbr
5 changes: 0 additions & 5 deletions requirements-rtd.txt

This file was deleted.

0 comments on commit 679e0c2

Please sign in to comment.