File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4747 run : |
4848 cd MDhelp
4949 mv mkdocs.yml_pdf mkdocs.yml
50- mkdocs build
51- ENABLE_PDF_EXPORT=1 mkdocs build
50+ # mkdocs build
51+ ENABLE_PDF_EXPORT=1 chromium-browser=`which chrome` mkdocs build
5252 # mv site/GSASII-help.pdf ...
5353 #cp -vr site ../help_test
5454
Original file line number Diff line number Diff line change @@ -63,11 +63,13 @@ plugins:
6363 cover_title: GSAS-II Help information
6464 cover_subtitle: A compilation of HTML pages as a PDF document
6565 copyright: From https://advancedphotonsource.github.io/GSAS-II-tutorials/help/
66- back_cover: true
66+ # back_cover: true
6767 output_path: GSASII-help.pdf
6868 exclude_pages:
69- - index.md
70- #render_js: true
69+ - Contents
70+ # - index.md
71+ render_js: true
72+ headless_chrome_path: /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/
7173
7274 - i18n:
7375 docs_structure: suffix
You can’t perform that action at this time.
0 commit comments