diff options
| author | David Lord <davidism@gmail.com> | 2020-04-19 21:44:28 -0700 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2020-04-20 07:12:52 -0700 |
| commit | 00883dd3d0a29f68f375cab5e21cef0669941aba (patch) | |
| tree | 4be9d2d8956ace92618205c7439497332cabb27d /docs | |
| parent | 5cddd7f652a885c16e2e9154ab242f6730c3ea92 (diff) | |
| download | click-00883dd3d0a29f68f375cab5e21cef0669941aba.tar.gz | |
remove py2 parts of _compat module
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index f04804c..54c7a4d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,11 @@ from pallets_sphinx_themes import get_version from pallets_sphinx_themes import ProjectLink +import click._compat + +# compat until pallets-sphinx-themes is updated +click._compat.text_type = str + # Project -------------------------------------------------------------- project = "Click" |
