Skip to content

Commit 44c787c

Browse files
authored
Fix docs by adding path of config (#217)
* pre-commit update * add conf.py path
1 parent 0d4d6f5 commit 44c787c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.8.6
15+
rev: v0.9.6
1616
hooks:
1717
- id: ruff
1818
args: ["--fix", "--output-format=full"]
1919
- id: ruff-format
2020
args: ["--line-length=100"]
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.14.1
22+
rev: v1.15.0
2323
hooks:
2424
- id: mypy
2525
args: [--ignore-missing-imports]

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Read the Docs configuration file
22
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
33
version: 2
4+
sphinx:
5+
# Path to your Sphinx configuration file.
6+
configuration: docs/conf.py
47

58
build:
69
os: ubuntu-20.04

0 commit comments

Comments
 (0)