Sphinx lepší vzhled
This commit is contained in:
parent
3789836291
commit
39c9eea11c
2 changed files with 6 additions and 1 deletions
|
@ -55,7 +55,11 @@ 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 = 'alabaster'
|
||||
import sphinx_rtd_theme
|
||||
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
|
||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
|
||||
# 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,
|
||||
|
|
|
@ -61,3 +61,4 @@ lorem
|
|||
# pro dokumentaci
|
||||
|
||||
sphinx
|
||||
sphinx_rtd_theme
|
||||
|
|
Loading…
Reference in a new issue