From 4ea537cd9e734b12b1b076b530688a4850bd76cd Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 28 Aug 2023 17:23:48 +0200 Subject: [PATCH] Initializing ReadTheDocs [skip ci] --- .readthedocs.yaml | 4 ++-- {readthedocs => docs}/conf.py | 0 {readthedocs => docs}/requirements.txt | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {readthedocs => docs}/conf.py (100%) rename {readthedocs => docs}/requirements.txt (100%) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 058439a6..557862cb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: readthedocs/conf.py + configuration: docs/conf.py # Optionally build your docs in additional formats such as PDF and ePub formats: @@ -28,4 +28,4 @@ formats: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: readthedocs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/readthedocs/conf.py b/docs/conf.py similarity index 100% rename from readthedocs/conf.py rename to docs/conf.py diff --git a/readthedocs/requirements.txt b/docs/requirements.txt similarity index 100% rename from readthedocs/requirements.txt rename to docs/requirements.txt