Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 918bff3

Browse files
committed
Move the default standard to 6
1 parent ab7c1e4 commit 918bff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
sys.path.insert(0, os.path.abspath(os.path.dirname('__file__')))
2121

2222
# The standard of JSON Schema to test the examples against
23-
jsonschema_standard = 4
23+
jsonschema_standard = 6
2424

2525
rst_prolog = """
2626
.. role:: new

0 commit comments

Comments
 (0)