aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.readthedocs.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2025-07-20 12:59:38 +0800
committerGitHub <noreply@github.com>2025-07-20 12:59:38 +0800
commitd9da7b16fe133b5ce6ee2effd5072e73071157ad (patch)
treea6e312bb98ef0f23c7612b67e1c2235c21c437e9 /.readthedocs.yml
downloadwiki-d9da7b16fe133b5ce6ee2effd5072e73071157ad.tar.gz
wiki-d9da7b16fe133b5ce6ee2effd5072e73071157ad.zip
Initial commit
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 0000000..6d62693
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,32 @@
+# .readthedocs.yaml
+# Read the Docs configuration file
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+
+# Required
+version: 2
+
+# Set the OS, Python version and other tools you might need
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.10"
+ # You can also specify other tool versions:
+ # nodejs: "19"
+ # rust: "1.64"
+ # golang: "1.19"
+
+# Build documentation in the "docs/" directory with Sphinx
+sphinx:
+ configuration: docs/source/conf.py
+
+# Optionally build your docs in additional formats such as PDF and ePub
+formats:
+ - pdf
+ - epub
+
+# Optional but recommended, declare the Python requirements required
+# to build your documentation
+# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
+python:
+ install:
+ - requirements: docs/requirements.txt \ No newline at end of file