feat: модернизация внешнего вида
This commit is contained in:
@@ -11,15 +11,18 @@ templates_path = ['_templates']
|
||||
language = 'ru'
|
||||
|
||||
# Source options
|
||||
source_encoding = 'utf-8-sig'
|
||||
source_encoding = 'utf-8'
|
||||
source_suffix = ['.rst']
|
||||
|
||||
# HTML options
|
||||
html_logo = '_static/ss14-logo.png'
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
html_theme_options = {
|
||||
'collapse_navigation': False,
|
||||
'sticky_navigation': True,
|
||||
'logo_only': True,
|
||||
}
|
||||
html_css_files = ['style.css']
|
||||
html_use_index = True
|
||||
html_show_sourcelink = False
|
||||
html_static_path = ['_static']
|
||||
html_theme_options = {
|
||||
'collapse_navigation': False,
|
||||
'sticky_navigation': True
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user