doc: Remove warning about unused rst files (they are used in latex build)

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-12-16 11:03:47 +01:00
parent 01726df4e8
commit 9509d7b275
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path. # This pattern also affects html_static_path and html_extra_path.
exclude_patterns = [] exclude_patterns = ['latextoc.rst', '*/toc.rst']
rst_prolog = """ rst_prolog = """
.. role:: tech(code) .. role:: tech(code)
+1
View File
@@ -62,6 +62,7 @@ Contents
:maxdepth: 2 :maxdepth: 2
:caption: Tutorial :caption: Tutorial
tutorial/index
tutorial/tutorial00 tutorial/tutorial00
tutorial/tutorial01 tutorial/tutorial01
tutorial/tutorial02 tutorial/tutorial02