Skip to content
Snippets Groups Projects
Verified Commit 32f4139a authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Vale ignores toctree and Sphinx ignores vale styles

parent 4600295a
No related branches found
No related tags found
2 merge requests!6[2023-07-14] publish docs,!1Convert docs from rsx to markdown
...@@ -7,7 +7,7 @@ author = 'GÉANT Orchestration and Automation Team' ...@@ -7,7 +7,7 @@ author = 'GÉANT Orchestration and Automation Team'
extensions = ['sphinx_rtd_theme', 'myst_parser'] extensions = ['sphinx_rtd_theme', 'myst_parser']
templates_path = ['templates'] templates_path = ['templates']
exclude_patterns = ['build', 'Thumbs.db', '.DS_Store', 'venv'] exclude_patterns = ['build', 'Thumbs.db', '.DS_Store', 'venv', 'vale']
source_suffix = { source_suffix = {
'.md': 'markdown' '.md': 'markdown'
} }
......
...@@ -6,5 +6,11 @@ Vocab = geant-jargon, Sphinx ...@@ -6,5 +6,11 @@ Vocab = geant-jargon, Sphinx
Packages = RedHat, proselint Packages = RedHat, proselint
[formats]
txt = md
[*] [*]
BasedOnStyles = Vale, RedHat, proselint BasedOnStyles = Vale, RedHat, proselint
; Ignore the table of contents directive
BlockIgnores = (?s) *(\x60\x60\x60{toctree}.*?\x60\x60\x60)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment