aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4f26391..82c0e03 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -5,11 +5,10 @@ templates_path = ["_templates"]
source_suffix = ".rst"
master_doc = "index"
-project = u"I hate money"
-copyright = u"2011, The 'I hate money' team"
+project = "I hate money"
+copyright = "2011, The 'I hate money' team"
version = "1.0"
release = "1.0"
exclude_patterns = ["_build"]
pygments_style = "sphinx"
-