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 b390816 commit 12f58fbCopy full SHA for 12f58fb
publish/config.yaml
@@ -8,6 +8,7 @@ mapping:
8
one-5.12: '5.12'
9
one-5.10: '5.10'
10
one-5.8: '5.8'
11
+ one-5.6: '5.6'
12
one-5.4: '5.4'
13
one-5.2: '5.2'
14
one-5.0: '5.0'
source/conf.py
@@ -36,7 +36,7 @@
36
37
todo_include_todos = True
38
39
-site_conf = yaml.load(open('site_conf.yml').read())
+site_conf = yaml.safe_load(open('site_conf.yml').read())
40
41
versions = site_conf['versions']
42
downloads = site_conf['downloads']
0 commit comments