Remove some references to the ara project

I used the ara project as a template for the documentation and
missed a couple of references.
This commit is contained in:
Rob Crittenden 2016-11-10 18:54:05 +00:00
parent 025c81c35b
commit 0b66f08a42
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ import os
import sys
import sphinx_rtd_theme
import pbr.version
version_info = pbr.version.VersionInfo('ara')
version_info = pbr.version.VersionInfo('novajoin')
sys.path.insert(0, os.path.abspath('../..'))
# -- General configuration ----------------------------------------------------
@ -38,9 +38,9 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'ara'
project = u'novajoin'
copyright = u'2016, Red Hat'
author = 'RDO Community'
author = 'Rob Crittenden'
# The short X.Y version.
version = version_info.version_string()