add .gitignore and modify .readthedocs.yaml 83/1683/1
authorweichen <niweichen@chinamobile.com>
Wed, 20 Nov 2019 06:08:22 +0000 (01:08 -0500)
committerweichen <niweichen@chinamobile.com>
Wed, 20 Nov 2019 06:12:37 +0000 (01:12 -0500)
Signed-off-by: weichen <niweichen@chinamobile.com>
Change-Id: I30a8610bc1028f36717a36e86c77c1af45796208

.gitignore [new file with mode: 0644]
.readthedocs.yaml

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..71d7636
--- /dev/null
@@ -0,0 +1,2 @@
+.tox
+docs/_build/*
index 42dc098..3797dc8 100644 (file)
@@ -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