From 8be763c65d6f9f5e2c399bb766f5bc7841b22b01 Mon Sep 17 00:00:00 2001 From: Gael Pasgrimaud Date: Mon, 8 Mar 2021 17:11:43 +0100 Subject: [PATCH] ignore sphinx conf --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 4530aec..9974b3c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,4 +3,4 @@ filterwarnings = ignore::DeprecationWarning doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL -addopts = --doctest-modules --doctest-glob="*.rst" +addopts = --doctest-modules --doctest-glob="*.rst" --ignore=docs/conf.py