From b64f0a4fb9a801e83e392fc52bf21ad89e63d7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Wed, 30 Dec 2020 17:39:40 +0100 Subject: [PATCH] chore: fix broken readthedocs PDF generation --- docs/source/conf.py | 2 +- docs/source/latextoc.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8dcd8db..f482f75 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,7 +51,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) diff --git a/docs/source/latextoc.rst b/docs/source/latextoc.rst index 435bf3f..57d7bb1 100644 --- a/docs/source/latextoc.rst +++ b/docs/source/latextoc.rst @@ -1,3 +1,5 @@ +:orphan: + .. toctree:: :maxdepth: 3