From c95eca83764d2f96b137d74881abe6a1dde86b99 Mon Sep 17 00:00:00 2001 From: Gabriel Beckers Date: Wed, 20 Sep 2023 14:14:59 +0200 Subject: [PATCH] install theme --- docs/requirements.txt | 1 + readthedocs.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..8c66fc6 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +pydata-sphinx-theme==0.14.1 \ No newline at end of file diff --git a/readthedocs.yml b/readthedocs.yml index 03102e2..1f9207a 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -9,6 +9,7 @@ python: install: - method: pip path: . + - requirements: docs/requirements.txt sphinx: configuration: docs/conf.py