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:
5858 git submodule init; \
5959 git submodule update; \
6060 ln -s ../submodules/volto/docs/source ./docs/volto
61+ ln -s ../submodules/volto/docs/source/news ./docs/volto/news
6162 @echo
6263 @echo " Documentation of volto initialized."
6364
Original file line number Diff line number Diff line change 9393 r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0" , # volto
9494 # Ignore unreliable sites
9595 r"https://web.archive.org/" , # volto
96+ r"https://www.youtube.com/playlist" , # volto, TODO remove after installing sphinxcontrib.youtube
9697]
9798linkcheck_anchors = True
9899linkcheck_timeout = 5
128129 "volto/contributing/branch-policy.md" ,
129130]
130131
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+
131137html_js_files = ["patch_scrollToActive.js" , "search_shortcut.js" ]
132138
133139html_extra_path = [
You can’t perform that action at this time.
0 commit comments