diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-06-08 21:54:33 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-06-08 21:54:33 +0000 |
| commit | a7be77f761a4c29121d6bb6f61c11902281f9105 (patch) | |
| tree | 118ee927d76c94d81292182495c1af09d2c82b29 /docs/source | |
| parent | 181bb46098dddf7e2d45319ea654b4b4d58c2840 (diff) | |
| parent | c778fbf6808e5416d16ccd4480c75c10a0a464d5 (diff) | |
| download | flake8-a7be77f761a4c29121d6bb6f61c11902281f9105.tar.gz | |
Merge branch 'ban_sphinx_3_1_0' into 'master'
skip sphinx 3.1.0
See merge request pycqa/flake8!438
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index 4b5907f..3a7ffae 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -1,4 +1,4 @@ -sphinx>=1.3.0 +sphinx>=1.3.0,!=3.1.0 sphinx_rtd_theme sphinx-prompt configparser |
