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 e273c39 commit d5f8da5Copy full SHA for d5f8da5
_extra/robots.txt
@@ -0,0 +1,2 @@
1
+User-agent: GPTBot
2
+Disallow: /
conf.py
@@ -143,6 +143,8 @@ def get_version():
143
#
144
# html_sidebars = {}
145
146
+#extra HTML files
147
+html_extra_path = ['_extra']
148
149
# -- Options for HTMLHelp output ---------------------------------------------
150
@@ -221,7 +223,7 @@ def get_version():
221
223
# epub_uid = ''
222
224
225
# A list of files that should not be packed into the epub file.
-epub_exclude_files = ['search.html']
226
+epub_exclude_files = ['search.html','robots.txt']
227
228
229
# -- Extension configuration -------------------------------------------------
0 commit comments