summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-26 16:54:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-26 16:54:55 +0000
commit5ecad875fb58ff909981239d3a38a9491c63dc32 (patch)
tree88d5d68dbdc2ac3b0d0eb52116a70d2ff2de950c /.readthedocs.yml
parentAdding upstream version 2.1.2~dev0+20230827. (diff)
downloaddeluge-5ecad875fb58ff909981239d3a38a9491c63dc32.tar.xz
deluge-5ecad875fb58ff909981239d3a38a9491c63dc32.zip
Adding upstream version 2.1.2~dev0+20230918.upstream/2.1.2_dev0+20230918
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 8d94a56..90b567f 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -5,6 +5,14 @@
# Required
version: 2
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.10"
+ jobs:
+ post_checkout:
+ - git fetch --unshallow || true
+
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
@@ -14,9 +22,8 @@ formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
- version: 3.7
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
- - method: setuptools
+ - method: pip
path: .