Another round of merge conflict fix
This commit is contained in:
parent
c5e4ba601d
commit
7b304eb513
1 changed files with 1 additions and 17 deletions
|
|
@ -20,17 +20,10 @@ if not _no_autodoc:
|
||||||
GAME_DIR = os.environ.get("EVGAMEDIR")
|
GAME_DIR = os.environ.get("EVGAMEDIR")
|
||||||
|
|
||||||
if not (EV_ROOT and GAME_DIR):
|
if not (EV_ROOT and GAME_DIR):
|
||||||
<<<<<<< HEAD
|
|
||||||
err = ("The EVDIR and EVGAMEDIR environment variables must be set to "
|
err = ("The EVDIR and EVGAMEDIR environment variables must be set to "
|
||||||
"the absolute paths to the evennia/ repo and an initialized "
|
"the absolute paths to the evennia/ repo and an initialized "
|
||||||
"evennia gamedir respectively.")
|
"evennia gamedir respectively.")
|
||||||
raise RuntimeError(err)
|
raise RuntimeError(err)
|
||||||
=======
|
|
||||||
print("The EVDIR and EVGAMEDIR environment variables must be set to "
|
|
||||||
"the absolute paths to the evennia/ repo and an initialized "
|
|
||||||
"evennia gamedir respectively.")
|
|
||||||
raise RuntimeError()
|
|
||||||
>>>>>>> master
|
|
||||||
|
|
||||||
print("Evennia root: {}, Game dir: {}".format(EV_ROOT, GAME_DIR))
|
print("Evennia root: {}, Game dir: {}".format(EV_ROOT, GAME_DIR))
|
||||||
|
|
||||||
|
|
@ -55,11 +48,7 @@ copyright = '2020, The Evennia developer community'
|
||||||
author = 'The Evennia developer community'
|
author = 'The Evennia developer community'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
<<<<<<< HEAD
|
|
||||||
release = '1.0-dev'
|
release = '1.0-dev'
|
||||||
=======
|
|
||||||
release = '0.9.1'
|
|
||||||
>>>>>>> master
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -151,15 +140,10 @@ html_theme = 'alabaster'
|
||||||
# sphinx-multiversion config
|
# sphinx-multiversion config
|
||||||
|
|
||||||
smv_tag_whitelist = r"^$"
|
smv_tag_whitelist = r"^$"
|
||||||
<<<<<<< HEAD
|
|
||||||
smv_branch_whitelist = r"^master$|^develop$"
|
|
||||||
# which branches to include in multi-version docs
|
# which branches to include in multi-version docs
|
||||||
# - master, develop and vX.X branches
|
# - master, develop and vX.X branches
|
||||||
smv_branch_whitelist = r"^master$|^develop$|^v[0-9\.]+?$"
|
smv_branch_whitelist = r"^master$|^develop$|^v[0-9\.]+?$"
|
||||||
=======
|
|
||||||
# smv_branch_whitelist = r"^static-file-docs$|^static-file-dev$"
|
# smv_branch_whitelist = r"^static-file-docs$|^static-file-dev$"
|
||||||
smv_branch_whitelist = r"^master$|^v1.0$"
|
|
||||||
>>>>>>> master
|
|
||||||
smv_outputdir_format = "versions" + sep + "{config.release}"
|
smv_outputdir_format = "versions" + sep + "{config.release}"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue