Skip to content

Commit c07e403

Browse files
committed
fix(configuration): I think this should fix the last of the problems with main showing up where master should for this repository.
1 parent dbf29ea commit c07e403

4 files changed

Lines changed: 46 additions & 15 deletions

File tree

changelogs/CHANGELOG.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,30 @@ Feat 014 (#43)
154154
- Merge pull request #46 from jcook3701/develop
155155

156156
Feat 015 (#45)
157+
- Feat 016 (#47)
158+
159+
* fix(docs): Docs are not being updated with upgrade for some reason. debugging.
160+
161+
* fix(docs): Revert. Docs are not being updated with upgrade for some reason. debugging.
162+
163+
* fix(template): figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164+
165+
* fix(configuration): cookiecutter upgrader configuration fix.
166+
167+
* fix(template): Forgot to add configuration setting to main settings file.
168+
169+
* fix(template): Forgot to add configuration setting to main settings file.
170+
171+
* fix(theme): Update to latest just the docs theme.
172+
173+
* fix(template): minor fix.
174+
- Merge pull request #48 from jcook3701/develop
175+
176+
Feat 016 (#47)
157177

158178
### 🐛 Fixed
159179

160180
- *(template)* Updates to template cookiecutter.json file.
161-
- *(docs)* Docs are not being updated with upgrade for some reason. debugging.
162-
- *(docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
163-
- *(template)* Figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164-
- *(configuration)* Cookiecutter upgrader configuration fix.
165-
- *(template)* Forgot to add configuration setting to main settings file.
166-
- *(template)* Forgot to add configuration setting to main settings file.
167-
- *(theme)* Update to latest just the docs theme.
168181
## [0.1.0] - 2025-12-05
169182

170183
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,27 @@ Feat 014 (#43)
154154
- Merge pull request #46 from jcook3701/develop
155155

156156
Feat 015 (#45)
157+
- Feat 016 (#47)
158+
159+
* fix(docs): Docs are not being updated with upgrade for some reason. debugging.
160+
161+
* fix(docs): Revert. Docs are not being updated with upgrade for some reason. debugging.
162+
163+
* fix(template): figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164+
165+
* fix(configuration): cookiecutter upgrader configuration fix.
166+
167+
* fix(template): Forgot to add configuration setting to main settings file.
168+
169+
* fix(template): Forgot to add configuration setting to main settings file.
170+
171+
* fix(theme): Update to latest just the docs theme.
172+
173+
* fix(template): minor fix.
174+
- Merge pull request #48 from jcook3701/develop
175+
176+
Feat 016 (#47)
157177

158178
### 🐛 Fixed
159179

160180
- *(template)* Updates to template cookiecutter.json file.
161-
- *(docs)* Docs are not being updated with upgrade for some reason. debugging.
162-
- *(docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
163-
- *(template)* Figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164-
- *(configuration)* Cookiecutter upgrader configuration fix.
165-
- *(template)* Forgot to add configuration setting to main settings file.
166-
- *(template)* Forgot to add configuration setting to main settings file.
167-
- *(theme)* Update to latest just the docs theme.

docs/cookiecutter_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"__year_range": "2025-2026",
1616
"_checkout": "main",
1717
"_copy_without_render": [],
18-
"_default_branch": "main",
18+
"_default_branch": "master",
1919
"_extensions": [
2020
"jinja2.ext.do",
2121
"jinja2.ext.loopcontrols"

docs/jekyll/Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ GEM
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
66
base64 (0.3.0)
7+
bigdecimal (4.0.1)
78
colorator (1.1.0)
89
concurrent-ruby (1.3.6)
910
csv (3.3.5)
@@ -112,6 +113,9 @@ PLATFORMS
112113
x86_64-linux
113114

114115
DEPENDENCIES
116+
base64
117+
bigdecimal
118+
csv
115119
faraday (~> 2.14)
116120
faraday-retry (~> 2.3)
117121
jekyll (~> 4.4)
@@ -122,6 +126,7 @@ DEPENDENCIES
122126
jekyll-seo-tag
123127
jekyll-sitemap
124128
just-the-docs (~> 0.11)
129+
logger
125130

126131
BUNDLED WITH
127132
2.5.23

0 commit comments

Comments
 (0)