From edd8aaf75313229c40faccd70cf3750bd8dc37d3 Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Mon, 18 Nov 2024 18:57:47 +0100 Subject: [PATCH] Fixed path to scss --- .gitignore | 3 --- mkdocs.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b0e7d06832..00ed2ba889 100644 --- a/.gitignore +++ b/.gitignore @@ -25,8 +25,5 @@ web/docs debug.log .vscode/settings.json site -<<<<<<< HEAD .DS_Store -======= venv ->>>>>>> 4ee294afd (Minor fixes to mdocks file) diff --git a/mkdocs.yml b/mkdocs.yml index 1b41931eb1..faf70f787e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -201,4 +201,4 @@ plugins: debug_html: false # set to true to log the html content of the pdf on the console on build show_anchors: true verbose: false # set to true to log the pdf generation steps in detail - custom_template_path: 'print_template' # includes custom styles.scss for pdf + custom_template_path: 'docs/print_template' # includes custom styles.scss for pdf