Skip to content

Commit 53400fc

Browse files
committed
Remove validation script from pre-build steps in Read the Docs configuration
1 parent 04ae884 commit 53400fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ build:
1717
pre_build:
1818
# Run any pre-build steps like checking links or validating structure
1919
- pip install -e .
20-
# Run validation script to check documentation structure
21-
- python -m scripts.validate_docs
2220

2321
# Build documentation in the "docs/" directory with Sphinx
2422
sphinx:

0 commit comments

Comments
 (0)