Skip to content

Commit 8b4c539

Browse files
committed
[qa] Added documentation check to CI build
1 parent a37cdea commit 8b4c539

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ before_install:
2020
install:
2121
- python setup.py -q develop
2222

23+
before_script:
24+
- sphinx-build -W -b html docs/source docs/_build
25+
2326
script:
2427
- nosetests --with-coverage --cover-package=netjsonconfig
2528

netjsonconfig/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def merge_list(list1, list2, identifiers=None):
4545
which contains elements of both lists.
4646
4747
:param list1: ``list`` from template
48-
:param list2: ``list from config
48+
:param list2: ``list`` from config
4949
:param identifiers: ``list`` or ``None``
5050
:returns: merged ``list``
5151
"""

0 commit comments

Comments
 (0)