Refresh and improve the "named data" HTML theme
Change-Id: I40402cfef15e6495454f846fcf2c5772412ed5db
diff --git a/conf.py b/conf.py
index 4e67ed6..324955e 100644
--- a/conf.py
+++ b/conf.py
@@ -68,5 +68,9 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
+html_title = '{} version {}'.format(project, version)
+html_copy_source = False
+html_show_sourcelink = False
+
# Use ABNF syntax highlighting by default for code blocks.
highlight_language = 'abnf'