diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-03 18:01:06 +0000 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-03 18:01:32 +0000 |
commit | 2a278377ed0f78d463c9ca69a6991373a3147fcd (patch) | |
tree | fa224beebccf1cfb1ca101478c18ca7d06e6774c | |
parent | 7916c5a19e6a6c55c6836347445b36fe981d1887 (diff) |
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
-rw-r--r-- | docs/etc/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
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' |