Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 79596c4

Browse files
authored
Merge pull request #2405 from Cargill/rbb-1-3-safe-load-docs
BACKPORT 1-3: Fix doc build
2 parents e41dd76 + d88015f commit 79596c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/make_templated_docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ comments = {
4242
'default': {'line': '//'}}
4343

4444
# Build globals
45-
conf = yaml.load(open(template_abs + '/template_config.yaml', 'r'))
45+
conf = yaml.safe_load(open(template_abs + '/template_config.yaml', 'r'))
4646
env = Environment(
4747
loader=FileSystemLoader(template_abs),
4848
trim_blocks=True,

0 commit comments

Comments
 (0)