Skip to content

Commit 12f58fb

Browse files
nicoleribtinova
authored andcommitted
M #-: Update conf.py (#3304)
(cherry picked from commit ce84e0a)
1 parent b390816 commit 12f58fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

publish/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ mapping:
88
one-5.12: '5.12'
99
one-5.10: '5.10'
1010
one-5.8: '5.8'
11+
one-5.6: '5.6'
1112
one-5.4: '5.4'
1213
one-5.2: '5.2'
1314
one-5.0: '5.0'

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
todo_include_todos = True
3838

39-
site_conf = yaml.load(open('site_conf.yml').read())
39+
site_conf = yaml.safe_load(open('site_conf.yml').read())
4040

4141
versions = site_conf['versions']
4242
downloads = site_conf['downloads']

0 commit comments

Comments
 (0)