We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c4de2 commit e42fe5fCopy full SHA for e42fe5f
changelog/3245.trivial.rst
@@ -0,0 +1 @@
1
+Added ``doc`` to norecursedirs in tox.ini
tox.ini
@@ -204,7 +204,7 @@ rsyncdirs = tox.ini pytest.py _pytest testing
204
python_files = test_*.py *_test.py testing/*/*.py
205
python_classes = Test Acceptance
206
python_functions = test
207
-norecursedirs = .tox ja .hg cx_freeze_source
+norecursedirs = .tox ja .hg cx_freeze_source doc
208
xfail_strict=true
209
filterwarnings =
210
error
0 commit comments