diff --git a/conf.py b/conf.py index 96e6af82..1eed0a2f 100644 --- a/conf.py +++ b/conf.py @@ -1079,7 +1079,7 @@ # from indexing and other robotic spidering. * is supported. Will only be effective # if SITE_URL points to server root. The list is used to exclude resources from # /robots.txt and /sitemap.xml, and to inform search engines about /sitemapindex.xml. -ROBOTS_EXCLUSIONS = ["*"] +#ROBOTS_EXCLUSIONS = ["*"] # Instead of putting files in .html, put them in /index.html. # No web server configuration is required. Also enables STRIP_INDEXES.