Skip to content

Commit de0b83a

Browse files
committed
Add robots.txt and values for html_extra_path and html_static_path
1 parent 1d0ef0c commit de0b83a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@
9696
"**/LICENSE.rst",
9797
]
9898

99+
html_extra_path = [
100+
"robots.txt",
101+
]
102+
103+
html_static_path = [
104+
"_static",
105+
]
99106

100107
# -- Options for myST markdown conversion to html -----------------------------
101108

docs/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# By default we allow robots to access all areas of our site
2+
# already accessible to anonymous users
3+
User-agent: *
4+
Allow: /

0 commit comments

Comments
 (0)