Skip to content

Commit e5b5b05

Browse files
fix(ci): restore docs CI (#975)
Signed-off-by: Mike McKiernan <mmckiernan@nvidia.com>
1 parent 026a266 commit e5b5b05

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ sast:
1414
stage: tests
1515
include:
1616
- template: Security/SAST.gitlab-ci.yml
17+
- project: "sw-gpu-doctools/docs-ci"
18+
ref: main
19+
file: "nemo-guardrails-toolkit/docs-ci.yaml"
1720

1821
variables:
1922
PIP_CACHE_DIR: "${CI_PROJECT_DIR}/.cache/pip"

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242

4343
copybutton_exclude = ".linenos, .gp, .go"
4444

45+
exclude_patterns = [
46+
"README.md",
47+
]
48+
4549
myst_linkify_fuzzy_links = False
4650
myst_heading_anchors = 3
4751
myst_enable_extensions = [

0 commit comments

Comments
 (0)