From c1bb2c7c757ffb7415e436a704998a3c1c665fa7 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Mon, 13 Feb 2017 11:15:42 +0800 Subject: [PATCH] Fix 'tox -ereleasenotes' Error 1. replace reno.sphinxtest with reno.sphinxext for Sphinx extensions as sphinxtest is not supported 2. remove 'Indices and tables' from index.rst as it's not found. Change-Id: Idb9e75a326e5b1fc39a28aebb6eb58182e4a27c5 --- releasenotes/source/conf.py | 2 +- releasenotes/source/index.rst | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index b090f4b..3cc09c3 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -21,7 +21,7 @@ sys.path.insert(0, os.path.abspath('../..')) # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ 'oslosphinx', - 'reno.sphinxtest', + 'reno.sphinxext', ] # autodoc generation is a bit aggressive and a nuisance when doing heavy diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 0e13ec9..0fff821 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -12,10 +12,3 @@ Contents newton mitaka liberty - - - Indices and tables - ================== - - * :ref:`genindex` - * :ref:`search`