Skip to content

Commit 52964ff

Browse files
yoshimotoyukfujimotos
authored andcommitted
Add a static file 'sitemap.xml'
This commit uses 'html_extra_path' to add static files in the project root. For details, see: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_extra_path Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
1 parent fe1cd2d commit 52964ff

4 files changed

Lines changed: 54 additions & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ help:
1616
docs: html
1717
rm -rf docs
1818
mv build/html docs
19-
cp googlecd24172c95f0d5b3.html docs
2019

2120
.PHONY: help Makefile docs
2221

source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
html_show_copyright = False
6060
html_show_sphinx = False
6161
html_copy_source = False
62+
html_extra_path = [
63+
'sitemap.xml',
64+
'googlecd24172c95f0d5b3.html'
65+
]
6266

6367
html_theme_options = {
6468
"icon_links": [

source/sitemap.xml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
4+
<url>
5+
<loc>https://www.flexconfirmmail.com/</loc>
6+
<priority>1.0</priority>
7+
<lastmod>2022-12-03T18:11:15+09:00</lastmod>
8+
</url>
9+
<url>
10+
<loc>https://www.flexconfirmmail.com/quickstart.html</loc>
11+
<priority>0.8</priority>
12+
<lastmod>2022-12-03T18:11:15+09:00</lastmod>
13+
</url>
14+
<url>
15+
<loc>https://www.flexconfirmmail.com/howto.html</loc>
16+
<priority>0.8</priority>
17+
<lastmod>2022-12-03T18:11:15+09:00</lastmod>
18+
</url>
19+
<url>
20+
<loc>https://www.flexconfirmmail.com/download.html</loc>
21+
<priority>0.8</priority>
22+
<lastmod>2022-12-03T18:11:15+09:00</lastmod>
23+
</url>
24+
<url>
25+
<loc>https://www.flexconfirmmail.com/support.html</loc>
26+
<priority>0.8</priority>
27+
<lastmod>2022-12-03T18:11:15+09:00</lastmod>
28+
</url>
29+
<url>
30+
<loc>https://www.flexconfirmmail.com/enterprise.html</loc>
31+
<priority>0.8</priority>
32+
<lastmod>2022-12-03T18:11:15+09:00</lastmod>
33+
</url>
34+
<url>
35+
<loc>https://www.flexconfirmmail.com/index.html</loc>
36+
<priority>0.7</priority>
37+
<lastmod>2022-12-03T18:11:15+09:00</lastmod>
38+
</url>
39+
<url>
40+
<loc>https://www.flexconfirmmail.com/thankyou.html</loc>
41+
<priority>0.7</priority>
42+
<lastmod>2022-12-03T18:11:15+09:00</lastmod>
43+
</url>
44+
<url>
45+
<loc>https://www.flexconfirmmail.com/_images/release.svg</loc>
46+
<priority>0.7</priority>
47+
<lastmod>2022-12-03T18:11:15+09:00</lastmod>
48+
</url>
49+
50+
</urlset>

0 commit comments

Comments
 (0)