File tree 3 files changed +7
-2
lines changed 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 6
6
- TOX_ENV=py34
7
7
- TOX_ENV=pypy
8
8
- TOX_ENV=pypy3
9
+ - TOX_ENV=docs
9
10
- TOX_ENV=flake8
10
11
- TOX_ENV=coverage
11
12
install :
Original file line number Diff line number Diff line change @@ -75,8 +75,7 @@ You will need Sphinx_ installed to generate the documentation.
75
75
76
76
The documentation can be generated by running::
77
77
78
- $ cd docs
79
- $ make html
78
+ $ tox -e docs
80
79
81
80
82
81
Generated documentation can be found in the *docs/build/html/ * directory.
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ deps = -r{toxinidir}/requirements.txt
18
18
coverage
19
19
commands = nosetests -v --with-coverage --cover-html --cover-package =influxdb
20
20
21
+ [testenv:docs]
22
+ deps = Sphinx ==1.2.3
23
+ sphinx_rtd_theme
24
+ commands = sphinx-build -b html docs/source docs/build
25
+
21
26
[flake8]
22
27
# Ignored because of nosetests's setUp function
23
28
ignore = N802
You can’t perform that action at this time.
0 commit comments