From e9af01fb0a95e03b8b8a86294fceb392de62aa99 Mon Sep 17 00:00:00 2001 From: James Bowman Date: Wed, 10 Feb 2021 08:09:54 -0800 Subject: [PATCH] yaml whitespace fix? --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0d98674..29fc227 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,7 +11,7 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - install: + install: - method: pip path: python - - requirements: python/docs/requirements.txt + - requirements: python/docs/requirements.txt