From a9e645159d07e4d9056a926be4df419113566191 Mon Sep 17 00:00:00 2001 From: weichen Date: Wed, 20 Nov 2019 01:08:22 -0500 Subject: [PATCH] add .gitignore and modify .readthedocs.yaml Signed-off-by: weichen Change-Id: I30a8610bc1028f36717a36e86c77c1af45796208 --- .gitignore | 2 ++ .readthedocs.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71d7636 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.tox +docs/_build/* diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 42dc098..3797dc8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,7 +14,7 @@ build: python: version: 3.7 install: - - requirements: fhi_lib/docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: - configuration: fhi_lib/docs/conf.py + configuration: docs/conf.py -- 2.16.6