From 9b3db8dd217b0f2e6fe2cfde5a9ec9e54116e063 Mon Sep 17 00:00:00 2001 From: imedan Date: Tue, 3 Oct 2023 12:22:47 -0500 Subject: [PATCH] try change formatting --- readthedocs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 47dcccb..19fa46a 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,8 +1,8 @@ version: 2 build: - os: ubuntu-22.04 - tools: - python: "3.8" - commands: - - pip install -r docs/requirements.txt + os: ubuntu-22.04 + tools: + python: "3.8" + commands: + - pip install -r docs/requirements.txt \ No newline at end of file