mirror of
https://github.com/elyby/docs.git
synced 2025-05-31 14:11:48 +05:30
Update some strings
This commit is contained in:
@ -44,7 +44,7 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = 'Documentation of the Ely.by'
|
||||
project = 'Ely.by Documentation'
|
||||
copyright = str(datetime.datetime.now().year) + ', ErickSkrauch'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
@ -52,9 +52,9 @@ copyright = str(datetime.datetime.now().year) + ', ErickSkrauch'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.0'
|
||||
version = ''
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.0'
|
||||
release = ''
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
@ -111,7 +111,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 = 'Documentation for the Ely.by'
|
||||
html_title = 'Ely.by Docs'
|
||||
|
||||
# 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