diff options
Diffstat (limited to 'python-packages/json_schemas/src/conf.py')
-rw-r--r-- | python-packages/json_schemas/src/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-packages/json_schemas/src/conf.py b/python-packages/json_schemas/src/conf.py index caed8a4b0..1ae1493e3 100644 --- a/python-packages/json_schemas/src/conf.py +++ b/python-packages/json_schemas/src/conf.py @@ -46,7 +46,7 @@ html_static_path = ["doc_static"] # so a file named "default.css" will overwrite the builtin "default.css". # Output file base name for HTML help builder. -htmlhelp_basename = "order_utilspydoc" +htmlhelp_basename = "json_schemaspydoc" # -- Extension configuration: |