Skip to content

Commit 3cb396b

Browse files
committed
remove 'docs' target, we generate none, currently.
1 parent b9e188f commit 3cb396b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ History
164164
=======
165165

166166
0.1.7 *2016-07-01*
167-
* **Updated** tables to Unicode Specification 9.0.0.
167+
* **Updated** tables to Unicode Specification 9.0.0. (`PR #18`_).
168168

169169
0.1.6 *2016-01-08 Production/Stable*
170170
* ``LICENSE`` file now included with distribution.

Diff for: tox.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py35, compile, check, docs, update
2+
envlist = update, py27, py35, compile, check
33

44
[testenv]
55
deps = pytest
@@ -14,9 +14,9 @@ deps = prospector
1414
usedevelop = true
1515
commands = prospector {posargs:--no-autodetect --die-on-tool-error}
1616

17-
[testenv:docs]
18-
deps = sphinx
19-
commands = sphinx-build docs/
17+
;[testenv:docs]
18+
;deps = sphinx
19+
;commands = sphinx-build docs/
2020

2121
[testenv:update]
2222
usedevelop = false

0 commit comments

Comments
 (0)