We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026a266 commit e5b5b05Copy full SHA for e5b5b05
.gitlab-ci.yml
@@ -14,6 +14,9 @@ sast:
14
stage: tests
15
include:
16
- template: Security/SAST.gitlab-ci.yml
17
+ - project: "sw-gpu-doctools/docs-ci"
18
+ ref: main
19
+ file: "nemo-guardrails-toolkit/docs-ci.yaml"
20
21
variables:
22
PIP_CACHE_DIR: "${CI_PROJECT_DIR}/.cache/pip"
docs/conf.py
@@ -42,6 +42,10 @@
42
43
copybutton_exclude = ".linenos, .gp, .go"
44
45
+exclude_patterns = [
46
+ "README.md",
47
+]
48
+
49
myst_linkify_fuzzy_links = False
50
myst_heading_anchors = 3
51
myst_enable_extensions = [
0 commit comments