From 59a5830b6cf04778554f39c4a58b84f351c761d7 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Tue, 2 Jan 2024 10:04:26 -0500 Subject: [PATCH] fix docs --- .readthedocs.yml | 6 +++++- VERSION | 2 +- docs/requirements.txt | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yml b/.readthedocs.yml index 941c317..1ad126b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,4 +10,8 @@ build: sphinx: configuration: docs/conf.py -formats: all +formats: [] + +python: + install: + - requirements: docs/requirements.txt diff --git a/VERSION b/VERSION index e1df5de..03e5161 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.4 \ No newline at end of file +1.4.5 \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..4170c03 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx-rtd-theme \ No newline at end of file