From 556cefdf083b32982f82e6da906084ed050223ed Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Mon, 28 May 2012 12:01:11 +0200 Subject: Fix exclude-introspect. Only the last exclude-introspect setting is considered. --- Doc/epydoc-config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Doc') diff --git a/Doc/epydoc-config b/Doc/epydoc-config index c71d200..207db13 100644 --- a/Doc/epydoc-config +++ b/Doc/epydoc-config @@ -22,6 +22,5 @@ link: PyCrypto.org # The documentation is usually built on a Linux machine; nt.py tries to # import the winrandom module. -exclude-introspect: ^Crypto\.Random\.OSRNG\.nt|Crypto\.Util\.winrandom$ -exclude-introspect: ^Crypto\.Util\.osentropy\.nt$ +exclude-introspect: ^Crypto\.Random\.OSRNG\.nt|Crypto\.Util\.winrandom|Crypto\.Util\.osentropy\.nt$ exclude: ^Crypto\.SelfTest -- cgit v1.2.1