doc: Remove warning about unused rst files (they are used in latex build)
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user