summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2018-05-02 23:54:35 +0200
committerGeorg Kunz <georg.kunz@ericsson.com>2018-05-07 09:40:54 +0000
commit7adecf3d030f97ee1d19dcbda3272f88b71dd5d1 (patch)
treec24e48db57327d7b1827212e18f77de072b75816 /.gitignore
parent27109727907de0a275946765b201fbc0bd71116f (diff)
Adding a tox environment for locally building docs
Run tox -edocs to locally build the Dovetail docs. This is quite useful because the default OPNFV docs preview build toolchain is broken for Dovetail. Change-Id: I0a55a701b96437a20aa09edc47bc3e49e32c0b87 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4c569525..46ccc9d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,4 +33,7 @@ unittest_results.log
*.sw?
docs_build/
docs_output/
+docs/_build
pre_config/
+docs/index.rst
+docs/requirements.txt \ No newline at end of file