summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-17 15:28:07 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-17 16:02:13 -0500
commitbe9ab4157ff58f6b547e594cb427f3a818f32f51 (patch)
tree3f5ddaba9621cb72b38ac9d8aed61c7338a0e4fb /docs
parent53134ef0e99d713fed62515dfb7bcfaac5f63f9d (diff)
downloadrequests-cache-be9ab4157ff58f6b547e594cb427f3a818f32f51.tar.gz
Sphinx + extension updates:
* Update to Sphinx 5 * Add sphinxext-opengraph * Replace sphinx-panels with sphinx-design (its intended successor)
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d07d3c3..8634e76 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,9 +50,10 @@ extensions = [
'sphinx_automodapi.automodapi',
'sphinx_automodapi.smart_resolver',
'sphinx_copybutton',
+ 'sphinx_design',
'sphinx_inline_tabs',
- 'sphinx_panels',
'sphinxcontrib.apidoc',
+ 'sphinxext.opengraph',
'myst_parser',
'notfound.extension',
]