From afd8ab84c02b515880c37963798db12b708df42f Mon Sep 17 00:00:00 2001 From: Chadwick Boulay Date: Mon, 16 Sep 2024 11:31:12 -0400 Subject: [PATCH] More docs fixes --- .readthedocs.yml | 4 ++++ docs/requirements.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yml b/.readthedocs.yml index d2f6bf9..09b3c07 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,6 +14,10 @@ sphinx: # Optionally build your docs in additional formats such as PDF and ePub formats: [] +python: + install: + - requirements: docs/requirements.txt + submodules: include: - LSL/liblsl diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..59709ec --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx-rtd-theme==2.0.0