summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-02-15 15:19:20 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-02-15 15:19:20 -0600
commita03cef8cd23ad793aaf99c0957b85a4cd5f8ba5b (patch)
treeea45efa3229a2e5609b0d16ebe49e08b105d11ca /docs
parente09a6445c671f22b8d532f9cd71518f0bb7fb74f (diff)
downloadrequests-cache-a03cef8cd23ad793aaf99c0957b85a4cd5f8ba5b.tar.gz
Update license, and remove (redundant?) copyright from Sphinx doc footer
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index b3255a3..55b35a7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -15,7 +15,6 @@ TEMPLATE_DIR = join(PROJECT_DIR, 'docs', '_templates')
# General information about the project.
project = 'requests-cache'
-copyright = '2021, Roman Haritonov'
needs_sphinx = '3.0'
master_doc = 'index'
source_suffix = ['.rst', '.md']
@@ -106,6 +105,7 @@ html_css_files = [
'https://use.fontawesome.com/releases/v5.15.3/css/all.css',
'https://use.fontawesome.com/releases/v5.15.3/css/v4-shims.css',
]
+html_show_copyright = False
html_show_sphinx = False
notfound_default_version = 'stable'
pygments_style = 'friendly'