We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94653d3 commit d725202Copy full SHA for d725202
3 files changed
requirements.txt
@@ -38,3 +38,4 @@ sphinxcontrib-htmlhelp==1.0.2
38
sphinxcontrib-jsmath==1.0.1
39
sphinxcontrib-qthelp==1.0.2
40
sphinxcontrib-serializinghtml==1.1.3
41
+sphinx-sitemap==2.2.0
source/conf.py
@@ -150,3 +150,5 @@
150
151
# Options for extensions.
152
disqus_shortname = 'iswbm' # Add this line to conf.py.
153
+html_baseurl = 'http://pythontime.iswbm.com'
154
+html_extra_path = ["robots.txt"]
source/robots.txt
@@ -0,0 +1,2 @@
1
+User-agent: *
2
+Sitemap: http://pythontime.iswbm.com/sitemap.xml
0 commit comments