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 04dc348 commit d57f603Copy full SHA for d57f603
docs/conf.py
@@ -73,6 +73,7 @@
73
#
74
html_theme = "furo"
75
html_title = f"setuptools-git-versioning {version}"
76
+html_extra_path = ["robots.txt"]
77
78
# Add any paths that contain custom static files (such as style sheets) here,
79
# relative to this directory. They are copied after the builtin static files,
docs/robots.txt
@@ -0,0 +1,5 @@
1
+User-agent: *
2
+Allow: /*/stable/
3
+Allow: /en/stable/ # Fallback for bots that don't understand wildcards
4
+Disallow: /
5
+Sitemap: https://setuptools-git-versioning.readthedocs.io/sitemap.xml
0 commit comments