File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed
template/{% if sphinx %}docs{% endif %} Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1- <img src="https://raw.githubusercontent.com/DiamondLightSource/python3-pip-skeleton-cli /main/docs/images/dls-logo.svg "
1+ <img src="https://raw.githubusercontent.com/DiamondLightSource/python-copier-template /main/docs/images/dls-logo.svg "
22 style="background: none" width="120px" height="120px" align="right">
33
44[ ![ CI] ( https://github.com/DiamondLightSource/python-copier-template/actions/workflows/ci.yml/badge.svg )] ( https://github.com/DiamondLightSource/python-copier-template/actions/workflows/ci.yml )
Original file line number Diff line number Diff line change 119119# Theme options for pydata_sphinx_theme
120120# We don't check switcher because there are 3 possible states for a repo:
121121# 1. New project, docs are not published so there is no switcher
122- # 2. Existing project with latest skeleton , switcher exists and works
123- # 3. Existing project with old skeleton that makes broken switcher,
122+ # 2. Existing project with latest copier template , switcher exists and works
123+ # 3. Existing project with old copier template that makes broken switcher,
124124# switcher exists but is broken
125- # Point 3 makes checking switcher difficult, because the updated skeleton
125+ # Point 3 makes checking switcher difficult, because the updated copier template
126126# will fix the switcher at the end of the docs workflow, but never gets a chance
127127# to complete as the docs build warns and fails.
128128html_theme_options = {
131131 },
132132 "use_edit_page_button" : True ,
133133 "github_url" : f"https://github.com/{ github_user } /{ github_repo } " ,
134- "icon_links" : [
135- {
136- "name" : "PyPI" ,
137- "url" : "https://pypi.org/project/python3-pip-skeleton" ,
138- "icon" : "fas fa-cube" ,
139- }
140- ],
141134 "switcher" : {
142135 "json_url" : switcher_json ,
143136 "version_match" : version ,
Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ if not switcher_exists:
135135# Theme options for pydata_sphinx_theme
136136# We don't check switcher because there are 3 possible states for a repo:
137137# 1. New project, docs are not published so there is no switcher
138- # 2. Existing project with latest skeleton , switcher exists and works
139- # 3. Existing project with old skeleton that makes broken switcher,
138+ # 2. Existing project with latest copier template , switcher exists and works
139+ # 3. Existing project with old copier template that makes broken switcher,
140140# switcher exists but is broken
141- # Point 3 makes checking switcher difficult, because the updated skeleton
141+ # Point 3 makes checking switcher difficult, because the updated copier template
142142# will fix the switcher at the end of the docs workflow, but never gets a chance
143143# to complete as the docs build warns and fails.
144144html_theme_options = {
You can’t perform that action at this time.
0 commit comments