From e27d71b173186e8fea2ffdfa92bef8b94e765eda Mon Sep 17 00:00:00 2001 From: Peter Parker Date: Sun, 14 Dec 2014 15:34:09 +0000 Subject: [PATCH] Refs #202 - Ignore some rsts for modules we cant import, for whatever reason. --- docs/sphinx-docs/source/conf.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/sphinx-docs/source/conf.py b/docs/sphinx-docs/source/conf.py index f98dcae1d5..e4eb237b2a 100644 --- a/docs/sphinx-docs/source/conf.py +++ b/docs/sphinx-docs/source/conf.py @@ -81,7 +81,15 @@ exclude_patterns = ["*sans.perspectives.simulation.rst", "*sans.pr.c_extensions.rst", "*sans.realspace.rst", - "*sans.simulation.rst"] + "*sans.simulation.rst", + "*park.fitmc.rst", + "*park.fitservice.rst", + "*park.parksnob.rst", + "*park.rangemap.rst", + "*sans.sansview.setup_exe.rst", + "*sans.sansview.setup_mac.rst", + "*sans.guiframe.custom_pstats.rst", # pstats not in standard library on Ubuntu out of the box + ] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None