We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6e92e commit d2c26acCopy full SHA for d2c26ac
conf.py
@@ -256,6 +256,10 @@ def get_version():
256
# so a file named "default.css" will overwrite the builtin "default.css".
257
html_static_path = ['docs/styles']
258
259
+# A list of paths that contain extra files not directly related to the
260
+# documentation.
261
+html_extra_path = ['robots.txt']
262
+
263
# Custom sidebar templates, maps document names to template names.
264
html_sidebars = {
265
'**': [
robots.txt
@@ -0,0 +1,5 @@
1
+User-agent: *
2
3
+Allow: /en/stable/
4
5
+Sitemap: https://docs.dfhack.org/sitemap.xml
0 commit comments