Skip to content

Commit

Permalink
docs: Fix doc build (#1833)
Browse files Browse the repository at this point in the history
* docs: Fix doc build

* docs: Use python-3.8 instead

* test: Remove pytest-asyncio form tox.ini
  • Loading branch information
chenjr0719 authored Apr 24, 2020
1 parent ae40f96 commit 638322d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
19 changes: 0 additions & 19 deletions environment.yml

This file was deleted.

11 changes: 9 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
conda:
file: environment.yml
version: 2
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
system_packages: true
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ setenv =
deps =
coverage
pytest==5.2.1
pytest-asyncio
pytest-cov
pytest-sanic
pytest-sugar
Expand Down

0 comments on commit 638322d

Please sign in to comment.