Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "default"

# Ignore Github links and downloading a large file
# Github links are now getting rate limited from the Github Actions
linkcheck_ignore = [
"https://zenodo.org/record/5525342/files/thorsten-neutral_v03.tgz?download=1",
".*github\\.com.*",
".*githubusercontent\\.com.*",
]

### Previous NeMo theme
# # NVIDIA theme settings.
# html_theme = 'nvidia_theme'
Expand Down
Loading