From 64e27fb68c681913fddbd1860a624db2948a3748 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Tue, 19 Dec 2023 18:33:08 -0500 Subject: [PATCH] Update RTD config file, add requirements file for RTD --- .readthedocs.yaml | 6 ++++++ docs/requirements.txt | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1cfd6ef..eac5d8e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,3 +17,9 @@ build: # Sphinx configuration file sphinx: configuration: docs/conf.py + +# We recommend specifying your dependencies to enable reproducible builds: +# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +# python: +install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..5165a4d --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: 2023 Alec Delaney +# +# SPDX-License-Identifier: MIT + +sphinx +sphinx-rtd-theme