From e868c6403401ca43ce03e4d8c61fb38def3a742f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucia=20Hradeck=C3=A1?= <xdupkan@fi.muni.cz> Date: Mon, 15 Apr 2024 09:21:10 +0200 Subject: [PATCH] v1.1.0 update --- .readthedocs.yaml | 2 +- docs/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 57a8e52..ac3d7ab 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -32,4 +32,4 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: requirements.txt \ No newline at end of file + - 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..4170c03 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx-rtd-theme \ No newline at end of file -- GitLab