We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba507a8 + 6928de0 commit b669b62Copy full SHA for b669b62
conf.py
@@ -276,7 +276,7 @@
276
# Add any extra paths that contain custom files (such as robots.txt or
277
# .htaccess) here, relative to this directory. These files are copied
278
# directly to the root of the documentation.
279
-#html_extra_path = []
+html_extra_path = ["docs/robots.txt"]
280
281
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
282
# using the given strftime format.
docs/robots.txt
@@ -0,0 +1,6 @@
1
+User-agent: *
2
+Allow: /*/latest/
3
+Allow: /en/latest/ # Fallback for bots that don't understand wildcards
4
+Allow: /*/6.0.x/
5
+Allow: /en/6.0.x/ # Fallback for bots that don't understand wildcards
6
+Disallow: /
0 commit comments