diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-11-30 11:58:43 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-11-30 11:58:43 +0100 |
| commit | 0cf2d48ba83543b16bdf390d941eb98e8d34f3bd (patch) | |
| tree | 7291f312e6b6c2f86286aea6c8715a1c5e0f126d | |
| parent | 487a2da02e13858083a3fd98e31a5630736e1bb2 (diff) | |
[3.2.x] Added requirements.txt to files ignored by Sphinx builds.
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index f7a690953f..4f643e9dec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -125,7 +125,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 = "default-role-error" |
