summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-17 16:12:24 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-17 16:30:18 -0500
commit795c785eae7dbd04419bec5a0d2aec278570a948 (patch)
treec5c444f139ab0097b242696c7695cf1a2eb1e675 /docs/conf.py
parentbe9ab4157ff58f6b547e594cb427f3a818f32f51 (diff)
downloadrequests-cache-795c785eae7dbd04419bec5a0d2aec278570a948.tar.gz
Update to FontAwesome 6
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8634e76..5162e87 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -123,8 +123,7 @@ html_js_files = ['collapsible_container.js']
html_css_files = [
'collapsible_container.css',
'table.css',
- 'https://use.fontawesome.com/releases/v5.15.3/css/all.css',
- 'https://use.fontawesome.com/releases/v5.15.3/css/v4-shims.css',
+ 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css',
]
html_show_copyright = False
html_show_sphinx = False