Skip to content

Commit 819dcec

Browse files
authored
Fix: sitemap (#147)
this is the start of fixing the sitemap
1 parent b7445a6 commit 819dcec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

conf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@
4646
]
4747
myst_heading_anchors = 3
4848

49-
# For generating sitemap
50-
html_baseurl = "https://www.pyopensci.org/software-peer-review/"
5149

5250
# Link to our repo for easy PR/ editing
5351
html_theme_options = {
@@ -119,8 +117,8 @@
119117
"README.md",
120118
]
121119

122-
# For sitemap
123-
html_baseurl = "https://www.pyopensci.org/package-review-guide/"
120+
# For sitemap generation
121+
html_baseurl = "https://www.pyopensci.org/python-package-guide/"
124122

125123
# -- Options for HTML output -------------------------------------------------
126124

0 commit comments

Comments
 (0)