diff --git a/docs/en_US/conf.py b/docs/en_US/conf.py index d7cd21b58c..73286ad0a1 100644 --- a/docs/en_US/conf.py +++ b/docs/en_US/conf.py @@ -12,16 +12,16 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # +from recommonmark.transform import AutoStructify +from recommonmark.parser import CommonMarkParser import os import sys sys.path.insert(0, os.path.abspath('../../src/sdk/pynni')) -from recommonmark.parser import CommonMarkParser -from recommonmark.transform import AutoStructify # -- Project information --------------------------------------------------- -project = 'Neural Network Intelligence' +project = 'NNI' copyright = '2020, Microsoft' author = 'Microsoft' @@ -109,6 +109,8 @@ # html_sidebars = {} html_logo = '../img/nni_logo_dark.png' +html_title = 'An open source AutoML toolkit for neural architecture search, model compression and hyper-parameter tuning (%s %s)' % \ + (project, release) # -- Options for HTMLHelp output --------------------------------------------- @@ -190,6 +192,6 @@ def setup(app): app.add_config_value('recommonmark_config', { 'enable_eval_rst': True, 'enable_auto_toc_tree': False, - }, True) + }, True) app.add_transform(AutoStructify) app.add_stylesheet('css/custom.css') diff --git a/docs/en_US/index.rst b/docs/en_US/index.rst index 0cc3499f0d..54d84c6e38 100644 --- a/docs/en_US/index.rst +++ b/docs/en_US/index.rst @@ -1,6 +1,6 @@ -######################################### -Neural Network Intelligence Documentation -######################################### +########################### +Neural Network Intelligence +########################### ******** Contents