From cf2dd589ebdfed00b324fb6e7e87e3150dbc94c4 Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 11 Feb 2024 23:22:09 +0200 Subject: [PATCH] and another attempt --- .readthedocs.yaml | 4 ++-- docs/requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0198f2e..a1942ca 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,5 +9,5 @@ sphinx: configuration: docs/conf.py python: install: - - method: pip - path: sphinx-rtd-theme + - 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 0000000..fbb128e --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx-rtd-theme