diff --git a/docs/conf.py b/docs/conf.py
index 0f922ea284266063ca4ca14266d2b41e84085fe4..b0a00090a5112ac0bf84f7f0cab6dad9e60beee0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015, The Linux Foundation. All rights reserved.
+# Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 and
@@ -259,3 +259,5 @@ texinfo_documents = [
 
 # If true, do not generate a @detailmenu in the "Top" node's menu.
 # texinfo_no_detailmenu = False
+
+autoclass_content = 'both'