diff --git a/docs/_templates/hacks.html b/docs/_templates/hacks.html
index f9fc96cb..c92ea0b2 100644
--- a/docs/_templates/hacks.html
+++ b/docs/_templates/hacks.html
@@ -51,4 +51,14 @@
var easter_egg = new Konami('http://fortunes.herokuapp.com/random/raw');
-
\ No newline at end of file
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/conf.py b/docs/conf.py
index b1c941e1..949e1cab 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -58,7 +58,7 @@ master_doc = 'index'
# General information about the project.
project = u'Requests'
-copyright = u'MMXVII. A Kenneth Reitz Project'
+copyright = u'MMXVII. A Kenneth Reitz Project'
author = u'Kenneth Reitz'
# The version info for the project you're documenting, acts as replacement for
@@ -128,7 +128,7 @@ html_theme_options = {
'show_powered_by': False,
'github_user': 'requests',
'github_repo': 'requests',
- 'github_banner': True,
+ 'github_banner': False,
'show_related': False
}
@@ -167,7 +167,7 @@ html_static_path = ['_static']
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
-html_use_smartypants = False
+html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
html_sidebars = {
diff --git a/docs/index.rst b/docs/index.rst
index d4778ae0..3879dfd2 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -82,7 +82,7 @@ Institutions that prefer to be unnamed claim to use Requests internally.
simple, Pythonic.*
Requests is one of the most downloaded Python packages of all time, pulling in
-over 11,000,000 downloads every month. All the cool kids are doing it!
+over 13,000,000 downloads every month. All the cool kids are doing it!
Beloved Features
----------------