From da3cb2c5e809f9233ac6311c6b42c3b14a1f69c1 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 24 May 2022 05:35:33 -0400 Subject: [PATCH] docs: normalize formatting --- .readthedocs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 76beb6b2a..b38903802 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,12 +1,12 @@ version: 2 build: - os: ubuntu-20.04 - tools: - python: '3.10' + os: ubuntu-20.04 + tools: + python: '3.10' python: install: - - method: pip - path: . - extra_requirements: [docs] + - method: pip + path: . + extra_requirements: [docs]