Skip to content

Commit

Permalink
ci: fix check-docs ssl verification (#343)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock authored Aug 5, 2024
1 parent 3d5f812 commit d198b2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
"GIT_EXTERN_C_BEGIN",
]

# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-the-linkcheck-builder
linkcheck_ignore = [
'https://wiki.sei.cmu.edu/confluence/',
]

# -- Extension configuration -------------------------------------------------
myst_enable_extensions = [
"colon_fence",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ cpp_id_attributes = [
"GIT_EXTERN_C_BEGIN",
]

# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-the-linkcheck-builder
linkcheck_ignore = [
'https://wiki.sei.cmu.edu/confluence/',
]

# -- Extension configuration -------------------------------------------------
myst_enable_extensions = [
"colon_fence",
Expand Down

0 comments on commit d198b2e

Please sign in to comment.