From 9cb8ff453ae5dc41ec10993c1a6804d959da7543 Mon Sep 17 00:00:00 2001 From: ZinGer_KyoN Date: Wed, 27 Sep 2023 16:08:12 +0800 Subject: [PATCH] readthedocs update --- .readthedocs.yaml | 19 +++++++++++++++++++ docs/requirements.txt | 1 + 2 files changed, 20 insertions(+) create mode 100644 .readthedocs.yaml create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..1d31d6e --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +# Read the Docs configuration file for MkDocs projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +mkdocs: + configuration: mkdocs.yml + +# Optionally declare the Python requirements required to build your docs +python: + install: + - 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..296d654 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +numpy \ No newline at end of file