File tree Expand file tree Collapse file tree
{{ cookiecutter.project_slug }} Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ back_to_top_text: "Back to top"
102102
103103footer_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"
121121gh_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
126126gh_edit_source : docs
127127# "tree" or "edit" if you want the user to jump into the editor immediately
You can’t perform that action at this time.
0 commit comments