Skip to content

Commit 20e6252

Browse files
committed
updating the conf.py with the sitemap extension
1 parent 8b19dbc commit 20e6252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def setup(app):
110110
"sphinx-prompt", # Required by sphinx_substitution_extensions
111111
"sphinx_inline_tabs",
112112
"sphinx_substitution_extensions",
113-
"sphinx-sitemap", # Required for the sitemap
113+
'sphinx_sitemap', # Required for the sitemap
114114
]
115115

116116

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ sphinx-copybutton>=0.5.1
44
sphinx-design>=0.3.0
55
sphinx-inline-tabs>=2022.1.2b11
66
sphinx-prompt
7+
sphinx-sitemap==2.6.0
78
sphinx-tabs>=3.4.1
89
sphinx>=5.3.0
9-
sphinx-sitemap

0 commit comments

Comments
 (0)