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 9595 {"href" : "https://www.pyopensci.org/images/favicon.ico" },
9696]
9797
98- html_baseurl = "/python-package-guide/"
98+ html_baseurl = "https://www.pyopensci.org/python-package-guide/"
99+ lang_selector_baseurl = "/python-package-guide/"
99100if not sphinx_env == "production" :
100101 # for links in language selector when developing locally
101- html_baseurl = "/"
102+ lang_selector_baseurl = "/"
102103
103104html_theme_options = {
104105 "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>" ,
148149 "github_version" : "main" ,
149150 "language" : language ,
150151 "languages" : build_languages ,
151- "baseurl" : html_baseurl ,
152+ "baseurl" : lang_selector_baseurl ,
152153}
153154
154155# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments