From 2a278377ed0f78d463c9ca69a6991373a3147fcd Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 3 Dec 2015 18:01:06 +0000 Subject: Revert the global documentation conf.py Need to revert this change since we now have docs with different themes. Projects can have their own conf.py files as explained in the documentation. http://artifacts.opnfv.org/releng/docs/how-to-use-docs/documentation-example.html#configuration This reverts commit 7916c5a19e6a6c55c6836347445b36fe981d1887. Change-Id: I9c169917adb130b36fe5dd70ac8f53ef8d9e3d83 --- docs/etc/conf.py | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/etc/conf.py b/docs/etc/conf.py index 2d9e200d7..147c50b7d 100644 --- a/docs/etc/conf.py +++ b/docs/etc/conf.py @@ -16,7 +16,6 @@ pygments_style = 'sphinx' html_use_index = False numfig = True html_logo = 'opnfv-logo.png' -html_theme = 'sphinx_rtd_theme' latex_domain_indices = False latex_logo = 'opnfv-logo.png' -- cgit 1.2.3-korg