docs: fix build after removal of json schemas

This commit is contained in:
Iain Learmonth 2024-11-16 19:07:31 +00:00
parent 90575b076e
commit d9b62a373d
3 changed files with 3 additions and 8 deletions

View file

@ -8,7 +8,7 @@ builtins.__sphinx_build__ = True
# -- Project information -----------------------------------------------------
project = 'Bypass Censorship Portal'
copyright = '2021-2022 SR2 Communications Limited'
copyright = '2021-202r SR2 Communications Limited'
author = 'Bypass Censorship'
@ -19,7 +19,6 @@ author = 'Bypass Censorship'
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx-jsonschema'
]
# Add any paths that contain templates here, relative to this directory.
@ -36,7 +35,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'press'
html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,