File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 95
95
{"href" : "https://www.pyopensci.org/images/favicon.ico" },
96
96
]
97
97
98
- html_baseurl = "/python-package-guide/"
98
+ html_baseurl = "https://www.pyopensci.org/python-package-guide/"
99
+ lang_selector_baseurl = "/python-package-guide/"
99
100
if not sphinx_env == "production" :
100
101
# for links in language selector when developing locally
101
- html_baseurl = "/"
102
+ lang_selector_baseurl = "/"
102
103
103
104
html_theme_options = {
104
105
"announcement" : "<p><a href='https://www.pyopensci.org/about-peer-review/index.html'>We run peer review of scientific Python software. Learn more.</a></p>" ,
148
149
"github_version" : "main" ,
149
150
"language" : language ,
150
151
"languages" : build_languages ,
151
- "baseurl" : html_baseurl ,
152
+ "baseurl" : lang_selector_baseurl ,
152
153
}
153
154
154
155
# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments