commit 8a908414bdb5c6f72b3f00adbf3a28db7d53676d
parent 569301d5c8347dc56fd575a21649c83d69d2479d
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sun, 10 Feb 2019 19:31:18 -0500
Add canonical URL
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
@@ -86,7 +86,9 @@
# further. For a list of options available for each theme, see the
# documentation.
#
-# html_theme_options = {}
+html_theme_options = {
+ 'canonical_url': 'https://nncli.org/'
+}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,