Skip to content

Commit 61df48b

Browse files
authored
Fix readthedocs configuration (#39)
1 parent 66d74b0 commit 61df48b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fail_fast: true
2-
exclude: ^(docs|README\.md)/
2+
exclude: ^(docs|README\.md|\.readthedocs\.yaml)/
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
55
rev: v4.5.0

.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ sphinx:
1010

1111
python:
1212
install:
13+
- method: pip
14+
path: .
1315
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)