From b4ed02d040c76921310474dfa8852479c0eb045b Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 15 May 2017 10:21:20 +0100 Subject: [PATCH] Take out the python API from the docs index until qrenderdoc ships --- docs/conf.py | 2 +- docs/index.rst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 02a1e2a3b..7349405a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,7 +89,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'python_api'] # The reST default role (used for this markup: `text`) to use for all # documents. diff --git a/docs/index.rst b/docs/index.rst index 0838cb196..4b1036965 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,7 +18,6 @@ Table of Contents :maxdepth: 2 introduction - python_api/index in_application_api credits_acknowledgements getting_started/index