We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea54a3 commit f9e41a3Copy full SHA for f9e41a3
doc/conf.py
@@ -307,6 +307,10 @@
307
# page template can override the one generated from index.rst
308
html_additional_pages = {}
309
310
+# Additional files to copy
311
+# TODO: remove robots.txt and this entry before merging into main
312
+html_extra_path = ["robots.txt"]
313
+
314
# Additional JS files
315
html_js_files = ["scripts/details-permalink.js"]
316
doc/robots.txt
@@ -0,0 +1,2 @@
1
+User-Agent: *
2
+Disallow: /
0 commit comments