Updating Installation and fixing the toc.tree
[opnfvdocs.git] / .gitlab-ci.yml
1 # Docs jobs
2 #
3 # On Merge requests, tags and merges:
4 #   - Run tox
5 #   - Build documentation
6 # On Merges and Pull Requests:
7 #   - Run code quality analysis
8 ---
9 include:
10   - template: Jobs/Code-Quality.gitlab-ci.yml
11   - project: anuket/releng
12     file: '/gitlab-templates/RTD.gitlab-ci.yml'