From 88f23ad70eedc327892213ec9ca93014b789a17b Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 20 Apr 2020 19:07:10 -0400 Subject: [PATCH] [.readthedocs.yml] yaml formatting fix --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6da5104c4..c534b37da 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -22,6 +22,6 @@ python: install: - requirements: Doc/docs-requirements.txt - method: pip - path: . - extra_requirements: - - all \ No newline at end of file + path: . + extra_requirements: + - all