mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-29 19:20:18 +02:00
Init RTD v2 config
This commit is contained in:
4
conf.py
4
conf.py
@@ -43,7 +43,7 @@ source_suffix = '.rst'
|
||||
#source_encoding = 'utf-8-sig'
|
||||
|
||||
# The master toctree document.
|
||||
master_doc = 'README'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'DesignPatternsPHP'
|
||||
@@ -64,7 +64,7 @@ release = '1.0'
|
||||
#
|
||||
# This is also used if you do content translation via gettext catalogs.
|
||||
# Usually you set "language" from the command line for these cases.
|
||||
language = None
|
||||
language = 'en'
|
||||
|
||||
# There are two options for replacing |today|: either, you set today to some
|
||||
# non-false value, then it is used:
|
||||
|
Reference in New Issue
Block a user