summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-09-18 12:59:30 -0400
committerAric Gardner <agardner@linuxfoundation.org>2018-10-25 12:08:48 -0400
commit4e54b544e3b2bc4e06631a24659a28f15d9b2490 (patch)
tree8ea973f056560413a45d0e32a007512345f1434c /.gitignore
parent59db88a0554459514e40fd512e3d105820a9086f (diff)
Local Documentation Builds
This adds configuration for performing local documentation builds with the following simple command: tox -e docs This patch is part of our documentation effort to Move away from submodules https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html Once merged docs will be viewable at opnfv-nfvbench.readthedocs.io Change-Id: I7c877847ec23c4cfc44ff7f106ed2acc65688a41 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 8842f79..2b16029 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,9 +10,8 @@ nfvbench.egg-info
nfvbenchvm/dib/dib-venv
nfvbenchvm/dib/nfvbenchvm_centos-*.d/
*.qcow2
-docs/_build
-docs/conf.py
docs/_static
build/
AUTHORS
ChangeLog
+docs/_build/*