From 487480ca016e39a199853e5178e7f360bcb76587 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 21 Jan 2018 10:57:24 +0000 Subject: [PATCH] doc: Add 'is_parallel_allowed' This is an important function and should be documented. Signed-off-by: Stephen Finucane --- doc/extdev/appapi.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst index b3d3c65de..129a6d228 100644 --- a/doc/extdev/appapi.rst +++ b/doc/extdev/appapi.rst @@ -91,6 +91,8 @@ package. .. automethod:: Sphinx.add_html_theme(name, theme_path) +.. automethod:: Sphinx.is_parallel_allowed(typ) + .. exception:: ExtensionError All these methods raise this exception if something went wrong with the