summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-04-05 18:34:55 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-04-05 18:34:55 -0500
commit5ff39f6d2d0db1cb386de48abaa136bd775e7c9f (patch)
treee70bd93795e891dc8ab0e8e4fcd4412f861d821c /setup.py
parent66534675b5b8beec63e9bfc39eb53d7f1cdae07d (diff)
downloadrequests-cache-5ff39f6d2d0db1cb386de48abaa136bd775e7c9f.tar.gz
Update doc dependencies again to use patch for sphinx-rtd-theme
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index a16056d..5ca5b80 100644
--- a/setup.py
+++ b/setup.py
@@ -11,12 +11,11 @@ extras_require = {
'backends': ['boto3', 'pymongo', 'redis'],
# Packages used for documentation builds
'docs': [
- 'docutils==0.16',
'm2r2',
'Sphinx~=3.5.3',
'sphinx-autodoc-typehints',
'sphinx-copybutton',
- 'sphinx-rtd-theme~=0.5.1',
+ 'sphinx-rtd-theme~=0.5.2',
'sphinxcontrib-apidoc',
],
# Packages used for testing both locally and in CI jobs