summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-11-30 11:58:43 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-11-30 12:12:07 +0100
commit0007a5f9fa21bf6fda5e0a701511b95edefdb0ac (patch)
tree91f8c19e547e853fa9d68c7c09bb4c59ef6ab9bf
parentfac0fdd95d34bb192ac5420a15f426ce79b4e133 (diff)
[2.2.x] Added requirements.txt to files ignored by Sphinx builds.
Backport of 0cf2d48ba83543b16bdf390d941eb98e8d34f3bd from stable/3.2.x.
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2fef70b558..52fa18fc16 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -118,7 +118,7 @@ today_fmt = '%B %d, %Y'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ['_build', '_theme']
+exclude_patterns = ['_build', '_theme', 'requirements.txt']
# The reST default role (used for this markup: `text`) to use for all documents.
# default_role = None