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
This commit is contained in:
Masayuki Igawa 2019-06-10 16:23:02 +09:00
parent 0e227644bf
commit 439a41824b
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import openstackdocstheme
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'oslosphinx',
'openstackdocstheme',
'yasfb',
]