From b7bf9ca66b77b0d7c766ae65785b1ed1f6d6a6ef Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 6 Feb 2020 15:16:18 -0800 Subject: Migrate dmaap-datarouter docs Merging this will create https://onap-dmaap-datarouter.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 Change-Id: I686662ac6f0add8b2539f46efad36d07c152fc76 --- docs/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/.gitignore (limited to 'docs/.gitignore') diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 00000000..43ca5b67 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,3 @@ +/.tox +/_build/* +/__pycache__/* -- cgit 1.2.3-korg