Skip to content

Commit

Permalink
fix: ignore sphinx directives and roles in rst validation
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Sep 2, 2024
1 parent fbaebb9 commit bc6b641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ quality-python: ## Run python linters
tox -e quality

quality-rst: ## validate rst files
rstcheck -r --report-level warning .
rstcheck -r --report-level warning --ignore-directives=toctree --ignore-roles=ref .

quality: quality-python quality-rst ## Run linters

Expand Down

0 comments on commit bc6b641

Please sign in to comment.