mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
update docs theme again
This commit is contained in:
parent
86ff1cbb0c
commit
f428c65519
2 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,8 @@ release = '1.4'
|
|||
# ones.
|
||||
extensions = [
|
||||
'sphinx.ext.napoleon',
|
||||
'sphinx.ext.ifconfig'
|
||||
'sphinx.ext.ifconfig',
|
||||
'sphinx_rtd_theme'
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
@ -49,7 +50,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 = 'groundwork'
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
html_show_sourcelink = False
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
boticordpy
|
||||
groundwork-sphinx-theme
|
Loading…
Reference in a new issue