Изменения, направленные на лучший опыт разработки:

- зависимости вынесены в requirements.txt
- добавлена поддержка sphinx-autobuild
- исправлено кодирование русских символов в файле конфигурации
- мелкие правки шаблона
This commit is contained in:
ErickSkrauch
2015-08-23 20:03:58 +03:00
parent c81514c8c3
commit 4568bdd206
8 changed files with 63 additions and 7 deletions

View File

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