Skip to content

Commit c1f757c

Browse files
committed
Updare read the docs
1 parent 988559e commit c1f757c

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ sphinx:
1818
python:
1919
install:
2020
- requirements: docs/requirements.txt
21-
# - requirements: requirements.txt
22-
- method: pip
23-
path: .
21+
# - method: pip
22+
# path: .

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ recommonmark
33
sphinx_autodoc_typehints
44
sphinx-argparse
55
sphinx-rtd-theme
6+
textworld

tox.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33
# test suite on all supported python versions. To use it, "pip install tox"
44
# and then run "tox" from this directory.
55

6-
[tox]
7-
envlist = py35,py36
8-
skip_missing_interpreters=True
9-
10-
[testenv]
11-
commands = nosetests textworld
12-
deps =
13-
nose
14-
-rrequirements.txt
156

167
[flake8]
178
max-line-length = 127

0 commit comments

Comments
 (0)