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']