From 877ae8b6d9dac45358ad854e1703514b4cce522e Mon Sep 17 00:00:00 2001 From: Leif Walsh Date: Thu, 28 Dec 2023 11:12:33 -0500 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 438e5ce..17791ac 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,10 +4,12 @@ build: os: ubuntu-22.04 tools: python: "3.9" - sphinx: - configuration: docs/conf.py - python: - install: - - requirements: requirements/docs.txt - - package: marbles/core - - package: marbles/mixins + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: requirements/docs.txt + - package: marbles/core + - package: marbles/mixins