diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-02-06 15:25:17 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-02-06 15:25:17 -0800 |
commit | 87b86ca50614f27e2a79e0067585597201711c69 (patch) | |
tree | ae7c8a9f5dbcad5473b16efb0363269bdf3d86b0 /docs/.gitignore | |
parent | 711a2cc42376472c6788bf2d18bf31f39792e556 (diff) |
Migrate oom-offline-installer docs
Merging this will create
https://onap-oom-offline-installer.readthedocs.io
This build will run in parallel
to the current docs generation method
until we are ready to cut over.
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I73ad66c0ec946d75c5164776228f8f06550f5f7d
Diffstat (limited to 'docs/.gitignore')
-rw-r--r-- | docs/.gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/.gitignore b/docs/.gitignore index 19fe1aa0..43ca5b67 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,2 +1,3 @@ -conf.py* -_static +/.tox +/_build/* +/__pycache__/* |