summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-11-07 15:30:06 -0800
committerVictor Morales <victor.morales@intel.com>2018-11-07 15:33:05 -0800
commitb100bc48371a85cdb2d6dd808e2f36088caf7359 (patch)
tree955f6d9c9823e1a13c7fdfb512a1ebcfc3f2302a /.gitignore
parent66b38dea91018952d9070d95dcc29fe510e13a1a (diff)
Add tox env to generate documentation
The process to generate HTML documentation can be automated with tox. This chage covers the basics instructions. In order to test this is necessary to have python tox module and run the following command in the multivimbroker folder $ tox -e docs Change-Id: I9540f6234a85e4775a482efd9dda9da1ec615591 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: DOC-300
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a5beebe..06b9462 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,6 @@ multivimbroker/.coverage
multivimbroker/.tox/
multivimbroker/logs/*.log
multivimbroker/test-reports/
+
+# Docs related
+docs/html