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 66d74b0 commit 61df48bCopy full SHA for 61df48b
.pre-commit-config.yaml
@@ -1,5 +1,5 @@
1
fail_fast: true
2
-exclude: ^(docs|README\.md)/
+exclude: ^(docs|README\.md|\.readthedocs\.yaml)/
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
rev: v4.5.0
.readthedocs.yaml
@@ -10,4 +10,6 @@ sphinx:
10
11
python:
12
install:
13
+ - method: pip
14
+ path: .
15
- requirements: docs/requirements.txt
0 commit comments