Skip to content

Commit 11ec003

Browse files
author
Ivan Yelizariev
committed
[CI] ignore files in templates
/home/travis/build/it-projects-llc/odoo-development/docs/dev/docs/templates/doc/changelog.rst:document isn't included in any toctree
1 parent 911f7b2 commit 11ec003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- pip install -r requirements.txt
1010

1111
script:
12-
- mkdir docs/_static; cd docs; sphinx-build -nW -b html -d _build/doctrees . _build/html
12+
- mkdir docs/_static; cd docs; sphinx-build -nW -b html -D exclude_patterns=dev/docs/templates/* -d _build/doctrees . _build/html
1313

1414
notifications:
1515
email: false

0 commit comments

Comments
 (0)