docs: update for sphinx-jsonschema 1.19.0

This commit is contained in:
Iain Learmonth 2022-04-27 14:50:41 +01:00
parent 9f7cd85713
commit b892c00ac6
5 changed files with 21 additions and 4 deletions

View file

@ -1,7 +1,9 @@
import builtins
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
builtins.__sphinx_build__ = True
# -- Project information -----------------------------------------------------