From c6995a167fbb85d9fa501a598f973eefbc86f596 Mon Sep 17 00:00:00 2001 From: Polina Nguen Date: Thu, 14 May 2020 12:04:14 -0700 Subject: [PATCH 1/4] Create Read the Docs config file --- .readthedocs.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..126ee6fd --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# Optionally set the version of Python and requirements required to build your docs +python: + version: 3.7 + install: + - requirements: requirements/docs.txt From b2c121ab6096d70333bcb759a64aa3c7d77a21f4 Mon Sep 17 00:00:00 2001 From: Polina Nguen Date: Thu, 14 May 2020 12:15:34 -0700 Subject: [PATCH 2/4] Address comment --- .readthedocs.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 126ee6fd..5e1cda36 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,10 +5,6 @@ # Required version: 2 -# Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/conf.py - # Optionally set the version of Python and requirements required to build your docs python: version: 3.7 From 7a95af75a30c221de9f405df5c5c027a501b742a Mon Sep 17 00:00:00 2001 From: Polina Nguen Date: Thu, 14 May 2020 12:24:34 -0700 Subject: [PATCH 3/4] Address comments part 2 --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5e1cda36..f4db1d36 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,10 @@ # Required version: 2 -# Optionally set the version of Python and requirements required to build your docs +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + python: version: 3.7 install: From 759d9720692187a6644c5ffbdabba94ec5442c9e Mon Sep 17 00:00:00 2001 From: Polina Nguen Date: Thu, 14 May 2020 14:05:27 -0700 Subject: [PATCH 4/4] Edit source directory --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f4db1d36..79ddf795 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py python: version: 3.7