File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ docs/volto:
58
58
git submodule init; \
59
59
git submodule update; \
60
60
ln -s ../submodules/volto/docs/source ./docs/volto
61
+ ln -s ../submodules/volto/docs/source/news ./docs/volto/news
61
62
@echo
62
63
@echo " Documentation of volto initialized."
63
64
Original file line number Diff line number Diff line change 93
93
r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0" , # volto
94
94
# Ignore unreliable sites
95
95
r"https://web.archive.org/" , # volto
96
+ r"https://www.youtube.com/playlist" , # volto, TODO remove after installing sphinxcontrib.youtube
96
97
]
97
98
linkcheck_anchors = True
98
99
linkcheck_timeout = 5
128
129
"volto/contributing/branch-policy.md" ,
129
130
]
130
131
132
+ suppress_warnings = [
133
+ # "toc.excluded", # Suppress `WARNING: document isn't included in any toctree`
134
+ "toc.not_readable" , # Suppress `WARNING: toctree contains reference to nonexisting document 'news*'`
135
+ ]
136
+
131
137
html_js_files = ["patch_scrollToActive.js" , "search_shortcut.js" ]
132
138
133
139
html_extra_path = [
You can’t perform that action at this time.
0 commit comments