From ce77d6ba0172681e5e1ded83565c7bcc0eac1cce Mon Sep 17 00:00:00 2001 From: Eliot Quon Date: Mon, 13 Nov 2023 12:13:19 -0700 Subject: [PATCH] Add requirements.txt code copy/pasted from RTD https://blog.readthedocs.com/defaulting-latest-build-tools/ had typo? --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7d5df3d4f..49b8f2e3d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,9 +5,9 @@ build: tools: python: "3.11" - python: - install: - - requirements: Docs/sphinx_doc/requirements.txt +python: + install: + - requirements: Docs/sphinx_doc/requirements.txt sphinx: configuration: Docs/sphinx_doc/conf.py