Skip to content

Commit 1807518

Browse files
committed
The changes made in this commit include:
- Modified `.pre-commit-config.yaml` to include a new hook for building docs using Sphinx and Sphinxcontrib-
1 parent 74065aa commit 1807518

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ 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)