Skip to content

Commit

Permalink
📚 Fix readthedocs configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Aug 8, 2021
1 parent d037aa1 commit 7834e5e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
version: 2

python:
setup_py_install: true
pip_install: true
version: "3.7"
install:
- requirements: requirements.txt
- requirements: requirements-dev.txt
- method: pip
path: .

build:
image: latest
apt_packages:
- node-typescript
- node-ramda

0 comments on commit 7834e5e

Please sign in to comment.