We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7445a6 commit 819dcecCopy full SHA for 819dcec
conf.py
@@ -46,8 +46,6 @@
46
]
47
myst_heading_anchors = 3
48
49
-# For generating sitemap
50
-html_baseurl = "https://www.pyopensci.org/software-peer-review/"
51
52
# Link to our repo for easy PR/ editing
53
html_theme_options = {
@@ -119,8 +117,8 @@
119
117
"README.md",
120
118
121
122
-# For sitemap
123
-html_baseurl = "https://www.pyopensci.org/package-review-guide/"
+# For sitemap generation
+html_baseurl = "https://www.pyopensci.org/python-package-guide/"
124
125
# -- Options for HTML output -------------------------------------------------
126
0 commit comments