Skip to content

Commit 74065aa

Browse files
committed
The changes made in this commit include:
- Deleted the commented out section for the `build-docs` hook using `pre-commit-sphinx` in the `.pre-commit-config.yaml` file.
1 parent fff6658 commit 74065aa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,3 @@ repos:
88
- id: trailing-whitespace
99
- id: flake8
1010
exclude: (migrations)
11-
# - repo: https://github.com/thclark/pre-commit-sphinx
12-
# rev: 0.0.1
13-
# hooks:
14-
# - id: build-docs
15-
# additional_dependencies: [sphinxcontrib-django]
16-
# args: ['--cache-dir', 'src/docs/build/doctrees', '--html-dir', 'src/docs/build/html', '--source-dir', 'src/docs/source']
17-
# language_version: python3

0 commit comments

Comments
 (0)