Skip to content

Commit 122272c

Browse files
committed
add sitemaps
1 parent 1b2deca commit 122272c

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ dependencies = [
99
"sphinx>=8.2.3",
1010
"sphinx-copybutton>=0.5.2",
1111
"sphinx-rtd-theme>=3.0.2",
12+
"sphinx-sitemap>=2.7.2",
1213
"sphinxcontrib-mermaid>=1.0.0",
1314
]
1415

1516
[project.urls]
1617
"Homepage" = "https://github.com/pythonkr/python-dx"
1718
"Source" = "https://github.com/pythonkr/python-dx"
18-
"Tracker" = "https://github.com/pythonkr/python-dx/issues"
19+
"Tracker" = "https://github.com/pythonkr/python-dx/issues"

source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'sphinxcontrib.mermaid',
1919
'sphinx_copybutton',
2020
'myst_parser',
21+
'sphinx_sitemap',
2122
]
2223

2324
templates_path = ['_templates']
@@ -30,3 +31,7 @@
3031

3132
html_theme = 'sphinx_rtd_theme'
3233
html_static_path = ['_static']
34+
35+
# site maps
36+
# https://sphinx-sitemap.readthedocs.io/en/latest/getting-started.html#usage
37+
html_baseurl = 'https://pythonkr.github.io/python-dx/'

uv.lock

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)