Refactoring repositories
This commit is contained in:
parent
191f9e294a
commit
91e29e2b49
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
import os
|
||||
|
||||
project = 'Nerv Tales Network Documentation'
|
||||
basename = 'nervtn'
|
||||
basename = 'nervtn-docs'
|
||||
project_uid = basename # ISBN, etc.
|
||||
baseurl = 'https://tn.nerv-project.eu'
|
||||
copyright = '2021, Nerv Project ASBL'
|
||||
|
@ -26,7 +26,7 @@ if use_git:
|
|||
repo = Repo(
|
||||
os.path.join(
|
||||
os.path.dirname(os.path.realpath(__file__)),
|
||||
'..', '..'
|
||||
'..'
|
||||
)
|
||||
)
|
||||
repo.config_reader()
|
||||
|
|
Loading…
Reference in a new issue