summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-04-03 18:54:02 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-04-03 20:38:42 -0500
commitda64914ae5523856b00bb6bd43331d1524808015 (patch)
tree2716d1b1777003cf10e7602a42148a5cdfeb7741 /docs/conf.py
parent165fc877e655a0e7f368409a7a6e2f7bc69e331d (diff)
downloadrequests-cache-da64914ae5523856b00bb6bd43331d1524808015.tar.gz
Update to Ubuntu 20.04 build image for readthedocs
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e8b5744..377f508 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,6 +31,7 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx_autodoc_typehints',
'sphinx_copybutton',
+ 'sphinx_rtd_theme',
'sphinxcontrib.apidoc',
'm2r2',
]
@@ -59,7 +60,6 @@ apidoc_module_dir = PACKAGE_DIR
apidoc_output_dir = 'modules'
apidoc_excluded_paths = []
apidoc_module_first = True
-# apidoc_separate_modules = True
apidoc_toc_file = False
autosectionlabel_prefix_document = True