From 91aff009b0ca4157910ebc5f4a3bbc8b0d8e8ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Mon, 16 Dec 2019 11:59:36 +0100 Subject: [PATCH] doc: Remove custom latex rst parts from exclude to avoid compilation problems --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1d97b06..b5fc4bc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -37,7 +37,7 @@ templates_path = ['_templates'] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = ['latextoc.rst', '*/toc.rst'] +exclude_patterns = [] rst_prolog = """ .. role:: tech(code)