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 f6bf568 commit 794a41dCopy full SHA for 794a41d
source/conf.py
@@ -32,6 +32,9 @@
32
html_theme = 'sphinx_rtd_theme'
33
html_static_path = ['_static']
34
35
+# robots txt
36
+html_extra_path = ['robots.txt']
37
+
38
# site maps
39
# https://sphinx-sitemap.readthedocs.io/en/latest/getting-started.html#usage
40
html_baseurl = 'https://dx.python.or.kr/'
source/robots.txt
@@ -0,0 +1,3 @@
1
+User-agent: *
2
3
+Sitemap: https://dx.python.or.kr/sitemap.xml
0 commit comments