Skip to content

Commit b4bf058

Browse files
committed
fix(theme): Update to latest just the docs theme.
1 parent ef082e5 commit b4bf058

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

changelogs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Feat 015 (#45)
163163
- *(template)* Figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164164
- *(configuration)* Cookiecutter upgrader configuration fix.
165165
- *(template)* Forgot to add configuration setting to main settings file.
166+
- *(template)* Forgot to add configuration setting to main settings file.
166167
## [0.1.0] - 2025-12-05
167168

168169
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ Feat 015 (#45)
163163
- *(template)* Figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164164
- *(configuration)* Cookiecutter upgrader configuration fix.
165165
- *(template)* Forgot to add configuration setting to main settings file.
166+
- *(template)* Forgot to add configuration setting to main settings file.

docs/cookiecutter_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"python_version": "3.11",
6060
"repo_url": "https://github.com/jcook3701/github-docs-cookiecutter",
6161
"template_type": "cookiecutter",
62-
"theme": "pmarsceill/just-the-docs",
62+
"theme": "just-the-docs/just-the-docs@v0.11.0",
6363
"timezone": "America/Los_Angeles",
6464
"twitter_username": "",
6565
"version": "0.1.1"

docs/jekyll/docs/cookiecutter_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"publication_year": "2025",
3838
"repo_url": "https://github.com/jcook3701/github-docs-cookiecutter",
3939
"template_type": "cookiecutter",
40-
"theme": "pmarsceill/just-the-docs",
40+
"theme": "just-the-docs/just-the-docs@v0.11.0",
4141
"timezone": "America/Los_Angeles",
4242
"twitter_username": "",
4343
"version": "0.1.1"

{{ cookiecutter.project_slug }}/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ back_to_top_text: "Back to top"
102102

103103
footer_content: >-
104104
{{ cookiecutter.copyright }}. Distributed by an
105-
<a href="{{ cookiecutter.repo_url }}/blob/master/LICENSE.md">
105+
<a href="{{ cookiecutter.repo_url }}/blob/{{ cookiecutter._default_branch }}/LICENSE.md">
106106
{{ cookiecutter.license }} license.
107107
</a>
108108
<a href=""></a>
@@ -121,7 +121,7 @@ gh_edit_link_text: "Edit this page on GitHub"
121121
gh_edit_repository: >-
122122
{{ cookiecutter.repo_url }}
123123
# the branch that your docs is served from
124-
gh_edit_branch: "master"
124+
gh_edit_branch: "{{ cookiecutter._default_branch }}"
125125
# the source that your files originate from
126126
gh_edit_source: docs
127127
# "tree" or "edit" if you want the user to jump into the editor immediately

0 commit comments

Comments
 (0)