We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef701d3 commit 4579ed4Copy full SHA for 4579ed4
2 files changed
src/_config.yml
@@ -51,3 +51,7 @@ sphinx:
51
html_context:
52
html_baseurl: https://ua-libraries-research-data-services.github.io/UALIB_ScholarlyAPI_Cookbook/
53
sitemap_url_scheme: "{link}"
54
+ html_static_path:
55
+ - _static
56
+ html_extra_path:
57
+ - "_static/robots.txt"
src/_static/robots.txt
@@ -0,0 +1,8 @@
1
+User-agent: *
2
+Allow: /
3
+
4
+Disallow: /_static/
5
+Disallow: /_sources/
6
+Disallow: /_downloads/
7
8
+Sitemap: https://ua-libraries-research-data-services.github.io/UALIB_ScholarlyAPI_Cookbook/sitemap.xml
0 commit comments