Skip to content

Commit 794a41d

Browse files
committed
add robots.txt and update sitemaps.xml
1 parent f6bf568 commit 794a41d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
html_theme = 'sphinx_rtd_theme'
3333
html_static_path = ['_static']
3434

35+
# robots txt
36+
html_extra_path = ['robots.txt']
37+
3538
# site maps
3639
# https://sphinx-sitemap.readthedocs.io/en/latest/getting-started.html#usage
3740
html_baseurl = 'https://dx.python.or.kr/'

source/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
User-agent: *
2+
3+
Sitemap: https://dx.python.or.kr/sitemap.xml

0 commit comments

Comments
 (0)