From a7bf56a81f398f69edfc04f32f2a6c62646a695e Mon Sep 17 00:00:00 2001 From: Scott Horowitz Date: Wed, 4 Oct 2023 16:18:05 -0600 Subject: [PATCH] Fix RTD --- .readthedocs.yml | 8 ++++---- docs/requirements.txt | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yml b/.readthedocs.yml index bfe20b3ad4..fa7ca0da05 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 sphinx: configuration: docs/source/conf.py -build: - os: ubuntu-22.04 - tools: - python: "3.8" \ No newline at end of file +python: + version: "3.8" + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000000..4f5d059187 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ +sphinx<2 +sphinx-rtd-theme<0.5 \ No newline at end of file