Browse Source

Sphinx lepší vzhled

okenkove_obalky
Jonas Havelka 2 years ago
parent
commit
39c9eea11c
  1. 6
      docs/conf.py
  2. 1
      requirements.txt

6
docs/conf.py

@ -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,

1
requirements.txt

@ -61,3 +61,4 @@ lorem
# pro dokumentaci
sphinx
sphinx_rtd_theme

Loading…
Cancel
Save