commit 93d18cb9c475c043c7bb67458aa8fb43d799c84e parent 5f0d203b3f2a21e8f5659c8e7ea6b7fa21dd2c2d Author: Daniel Moch <daniel@danielmoch.com> Date: Mon, 11 Feb 2019 06:49:57 -0500 Add robots.txt Diffstat:
M | docs/source/conf.py | | | 1 | + |
A | docs/source/robots.txt | | | 4 | ++++ |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py @@ -79,6 +79,7 @@ # a list of builtin themes. # html_theme = 'sphinx_rtd_theme' +html_extra_path = ['robots.txt'] html_baseurl = 'https://nncli.org/' diff --git a/docs/source/robots.txt b/docs/source/robots.txt @@ -0,0 +1,4 @@ +Sitemap: https://danielmoch.com/sitemap.xml + +User-Agent: * +Host: nncli.org