Skip to content

Commit 5b9ae4f

Browse files
committed
Disallow atlassian-bot in robots.txt
(cherry picked from commit 0e44046)
1 parent 6ed23c3 commit 5b9ae4f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/_html_extra/robots.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: atlassian-bot
2+
Disallow:

docs/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
# so a file named "default.css" will overwrite the builtin "default.css".
110110
html_static_path = ['_static']
111111

112+
html_extra_path = ['_html_extra']
113+
112114
# Custom sidebar templates, must be a dictionary that maps document names
113115
# to template names.
114116
#

0 commit comments

Comments
 (0)