From 0e3430bbf9b0c1321fee4be7a04d50573220dac9 Mon Sep 17 00:00:00 2001 From: Dan Bader Date: Mon, 16 Jul 2018 18:13:56 -0700 Subject: [PATCH] Figure out how to add meta description tags via rst --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index d766b0e..aec53b9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,6 +3,9 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. +.. meta:: + :description: An opinionated guide to the Python programming language and a best practice handbook to the installation, configuration, and usage of Python on a daily basis. + The Hitchhiker's Guide to Python! =================================