diff --git a/02-chapter_of_course.Rmd b/02-chapter_of_course.Rmd index d35bbe3d..b210f520 100644 --- a/02-chapter_of_course.Rmd +++ b/02-chapter_of_course.Rmd @@ -5,13 +5,6 @@ If you haven't yet read the getting started Wiki pages; [start there](https://ww To see the rendered version of this chapter and the rest of the template, see here: https://jhudatascience.org/OTTR_Template/. -Every chapter needs to start out with this chunk of code: - - -```{r, include = FALSE} -ottrpal::set_knitr_image_path() -``` - ## Learning Objectives Every chapter also needs Learning objectives that will look like this: diff --git a/config_automation.yml b/config_automation.yml index 1a1a5776..ad84eb51 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -27,4 +27,4 @@ make-book-txt: TRUE # What docker image should be used for rendering? # The default is jhudsl/base_ottr:main -rendering-docker-image: 'jhudsl/base_ottr:main' +rendering-docker-image: 'jhudsl/base_ottr'