Merged PR 14909: Fixing PDF publishing issue

This commit is contained in:
Dani Halfin 📬🔨
2019-03-21 21:14:39 +00:00
parent 6debe0bf46
commit bb3b032886

View File

@ -551,7 +551,11 @@
]
},
"need_generate_pdf_url_template": true,
"targets": {},
"targets": {
"Pdf": {
"template_folder": "_themes.pdf"
}
},
"need_generate_pdf": false,
"need_generate_intellisense": false
}