mirror of
https://github.com/nextcloud/bookmarks.git
synced 2025-07-21 05:49:00 +00:00
@ -39,7 +39,8 @@ release = u''
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = [
|
||||
'sphinxcontrib.httpdomain'
|
||||
'sphinxcontrib.httpdomain',
|
||||
'sphinx_rtd_theme',
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
@ -77,7 +78,7 @@ primary_domain = 'http'
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
#
|
||||
html_theme = 'default'
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
|
@ -1 +1,2 @@
|
||||
sphinxcontrib-httpdomain==1.7.0
|
||||
sphinx_rtd_theme==2.0.0
|
||||
|
Reference in New Issue
Block a user