docs: fix build after removal of json schemas
This commit is contained in:
parent
90575b076e
commit
d9b62a373d
3 changed files with 3 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue