Fixes for conf.py

Do not set a version number, this is not relevant here.

Remove unneeded settings of path.

Remove unused module.

Change-Id: I73a35880d99e0bddbadb6a211dad66dad787dfa8
This commit is contained in:
Andreas Jaeger 2017-10-24 09:17:47 +02:00
parent 7632c42ed4
commit 0199294d00
1 changed files with 4 additions and 5 deletions

View File

@ -12,16 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
# -- General configuration ----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
'openstackdocstheme',
#'sphinx.ext.intersphinx',
]
@ -45,6 +40,10 @@ repository_name = 'openstack/contributor-guide'
bug_project = 'openstack-contributor-guide'
bug_tag = ''
# No need to show a version number
version = ''
release = ''
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True