From c9781584ce973e5e6ea00e339f7184a10c8f4af4 Mon Sep 17 00:00:00 2001 From: Daren McCulley Date: Fri, 24 May 2024 20:23:38 -0400 Subject: [PATCH] trying another method --- .readthedocs.yaml | 7 +++---- docs/requirements.txt | 3 --- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2c83a65..c795edf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,10 +4,9 @@ build: os: "ubuntu-22.04" tools: python: "3.9" - -python: - install: - - requirements: docs/requirements.txt + jobs: + post_create_environment: + - python -m pip install sphinx_rtd_theme sphinx: configuration: docs/conf.py diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 3f775f1..0000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -sphinx==5.3.0 -sphinx_rtd_theme==1.1.1 -readthedocs-sphinx-search==0.1.1