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.
1 parent 967c0e2 commit 9df1640Copy full SHA for 9df1640
doc/conf.py
@@ -209,7 +209,7 @@
209
# Add any extra paths that contain custom files (such as robots.txt or
210
# .htaccess) here, relative to this directory. These files are copied
211
# directly to the root of the documentation.
212
-# html_extra_path = []
+html_extra_path = ['robots.txt']
213
214
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
215
# using the given strftime format.
doc/robots.txt
@@ -0,0 +1,2 @@
1
+User-agent: *
2
+Sitemap: https://contrib.scikit-learn.org/skglm/sitemap.xml
0 commit comments