From f7bcf85941d269d12d8cf809cccdc687c5bda675 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 28 Aug 2023 16:49:15 +0200 Subject: [PATCH] Initializing ReadTheDocs [skip ci] --- .readthedocs.yaml | 4 +--- readthedocs/requirements.txt | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 readthedocs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e871ad56..058439a6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,6 +28,4 @@ formats: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: -# - requirements: docs/requirements.txt - - method: pip - path: sphinx-rtd-theme \ No newline at end of file + - requirements: readthedocs/requirements.txt \ No newline at end of file diff --git a/readthedocs/requirements.txt b/readthedocs/requirements.txt new file mode 100644 index 00000000..52b04f2e --- /dev/null +++ b/readthedocs/requirements.txt @@ -0,0 +1 @@ +sphinx_rtd_theme \ No newline at end of file