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 @@ -107,6 +107,15 @@ Feat 011 cla fix (#35)
107107- Merge branch 'cookiecutter-template' into feat-012
108108- Update template
109109- Merge branch 'cookiecutter-template' into feat-012
110+ - Feat 012 (#37 )
111+
112+ * feat(build): Updates to documentation makefile.
113+
114+ * fix(cla): Fix for CLA fix for master branch.
115+ - Merge pull request #38 from jcook3701/develop
116+
117+ Feat 012 (#37 )
118+ - Merge branch 'develop' into feat-012
110119
111120### 🐛 Fixed
112121
Original file line number Diff line number Diff line change @@ -107,6 +107,15 @@ Feat 011 cla fix (#35)
107107- Merge branch 'cookiecutter-template' into feat-012
108108- Update template
109109- Merge branch 'cookiecutter-template' into feat-012
110+ - Feat 012 (#37 )
111+
112+ * feat(build): Updates to documentation makefile.
113+
114+ * fix(cla): Fix for CLA fix for master branch.
115+ - Merge pull request #38 from jcook3701/develop
116+
117+ Feat 012 (#37 )
118+ - Merge branch 'develop' into feat-012
110119
111120### 🐛 Fixed
112121
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ gem "faraday", "~> 2.14"
55gem "faraday-retry" , "~> 2.3"
66gem "jekyll" , "~> 4.4"
77gem "just-the-docs" , "~> 0.11"
8+ gem "bigdecimal"
9+ gem "csv"
10+ gem "logger"
11+ gem "base64"
812
913group :jekyll_plugins do
1014 gem "jekyll-seo-tag"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ AUTHOR = "{{ cookiecutter.author }}"
3939VERSION = "{{ cookiecutter.version }}"
4040PUBLISHDIR ?=
4141# --------------------------------------------------
42- # 📘 Documentation (Sphinx + Jekyll)
42+ # 📚 Documentation (Sphinx + Jekyll)
4343# --------------------------------------------------
4444RUBY_INSTALL := bundle install
4545JEKYLL_BUILD := bundle exec jekyll build --quiet
@@ -60,7 +60,7 @@ ruby-install:
6060# 📚 Documentation (Jekyll)
6161# --------------------------------------------------
6262jekyll :
63- $(AT ) echo " 🔨 Building Jekyll site 📘 ..."
63+ $(AT ) echo " 🔨 Building Jekyll site 📚 ..."
6464 $(AT )$(JEKYLL_BUILD )
6565 $(AT ) echo " ✅ Full documentation build complete!"
6666
You can’t perform that action at this time.
0 commit comments