diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-09-18 11:06:02 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2018-09-18 14:28:25 -0400 |
commit | f2548eacf2ae70f90bf486714fabf09a11d5d15d (patch) | |
tree | ba645015fed7a08fd3feb4cbb85f6617e2e427ca /.gitignore | |
parent | 5f84c19c4511da6706a501308b509aacbc6219de (diff) |
Local Documentation Builds
This adds configuration for performing local documentation builds
with the following simple command:
tox -e docs
Change-Id: I8d7b3af60c12f4d426e3d6fc64eae66b356d94a6
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,5 +10,6 @@ cover storperf.egg-info *.db ci/job -docs_build docs_output +.tox +docs/_build/* |