From 439a41824b3e1ae5120b0d48195bc72721e51138 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Mon, 10 Jun 2019 16:23:02 +0900 Subject: [PATCH] Switch from oslosphinx to openstackdocstheme This patch switches to use openstackdocstheme instead of oslosphinx to use it properly[0]. [0] https://docs.openstack.org/openstackdocstheme/latest/#using-the-theme Change-Id: I3d4e6f862d90c86855085621cfb1557ea38eed89 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 63b5625..17b418d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,7 +33,7 @@ import openstackdocstheme extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.viewcode', - 'oslosphinx', + 'openstackdocstheme', 'yasfb', ]