We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67d5f8 commit 4d562deCopy full SHA for 4d562de
.readthedocs.yaml
@@ -6,6 +6,11 @@ build:
6
os: ubuntu-22.04
7
tools:
8
python: "3.10"
9
+ jobs:
10
+ post_checkout:
11
+ - (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
12
+ pre_install:
13
+ - git update-index --assume-unchanged docs/conf.py
14
15
python:
16
install:
docs/requirements.txt
@@ -1,4 +1,3 @@
1
-importlib-metadata; python_version < "3.8"
2
packaging
3
sphinx>=3.1
4
sphinx_rtd_theme
0 commit comments