From 60596f880c42f48f1c1ae28f72f7e7da635f488c Mon Sep 17 00:00:00 2001 From: hpk Date: Thu, 2 Apr 2009 21:22:20 +0200 Subject: [PATCH] [svn r63552] adding processing of pytest_restdoc plugin back for now. --HG-- branch : trunk --- doc/conftest.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/conftest.py diff --git a/doc/conftest.py b/doc/conftest.py new file mode 100644 index 000000000..900bc9f24 --- /dev/null +++ b/doc/conftest.py @@ -0,0 +1,2 @@ +#XXX make work: excludedirs = ['_build'] +pytest_plugins = ['pytest_restdoc']