summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f32c3560a..a5eaeb0fb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -133,11 +133,6 @@ add_module_names = False
if book:
pygments_style = 'bw'
-# do not include book material for online docs
-if not book:
- exclude_patterns.extend(['foreword.rst', 'latexindex.rst',
- 'authorintro.rst'])
-
# The default language to highlight source code in.
#highlight_language = 'guess'