From 13960fccdd0a0260d822809836cbb6f5fdfa8f30 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 3 Jan 2020 17:21:28 -0800 Subject: [PATCH] try to get rtd to see our master doc --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 35662209..3d4ddb22 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: etc/docs/conf.py + configuration: docs/conf.py # Build documentation with MkDocs #mkdocs: @@ -20,5 +20,5 @@ formats: all python: version: 3.7 install: - - requirements: etc/docs/requirements.txt + - requirements: docs/requirements.txt