Skip to content

Commit 393eced

Browse files
committed
Make the doc build reproducible
This fixes Debian bug: https://bugs.debian.org/826676 Change-Id: I638488448a4d6e644ab0e6deaebd65c92fa7904a
1 parent 00a1535 commit 393eced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
# List of patterns, relative to source directory, that match files and
8282
# directories to ignore when looking for source files.
83-
exclude_patterns = []
83+
exclude_patterns = ['**tests**']
8484

8585
# The reST default role (used for this markup: `text`) to use for all
8686
# documents.

0 commit comments

Comments
 (0)