Skip to content

Commit 551a85e

Browse files
committed
Replace references to skeleton with copier template
Remove PyPI button from docs as this project is not published to PyPI. Fixes #137.
1 parent e07e5cf commit 551a85e

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

docs/conf.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
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.
128128
html_theme_options = {
@@ -131,13 +131,6 @@
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,

template/{% if sphinx %}docs{% endif %}/conf.py.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
144144
html_theme_options = {

0 commit comments

Comments
 (0)