More fiddling sith sphinx docs.
This commit is contained in:
parent
8e574960b7
commit
0397c6ae51
2 changed files with 2 additions and 293 deletions
|
|
@ -19,7 +19,7 @@ import sys, os
|
|||
|
||||
EVENNIA_ROOT = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
|
||||
sys.path.insert(0, EVENNIA_ROOT)
|
||||
sys.path.insert(0, os.path.dirname(EVENNIA_ROOT)) # also import top container
|
||||
sys.path.insert(0, os.path.dirname(EVENNIA_ROOT)) # also import top container
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'game.settings'
|
||||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
|
@ -45,7 +45,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'Evennia'
|
||||
copyright = u'2011, Evennia-development team'
|
||||
copyright = u'2012, Evennia-development team'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue