mirror of
https://github.com/elyby/docs.git
synced 2025-05-31 14:11:48 +05:30
Изменения, направленные на лучший опыт разработки:
- зависимости вынесены в requirements.txt - добавлена поддержка sphinx-autobuild - исправлено кодирование русских символов в файле конфигурации - мелкие правки шаблона
This commit is contained in:
@ -45,7 +45,7 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = 'Документация Ely.by'
|
||||
project = unicode('Документация Ely.by', "utf-8" )
|
||||
copyright = '2015, ErickSkrauch'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
@ -112,7 +112,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# "<project> v<release> documentation".
|
||||
#html_title = None
|
||||
html_title = unicode('Документация Ely.by v' + release, 'utf-8')
|
||||
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
#html_short_title = None
|
||||
|
Reference in New Issue
Block a user