Hi, I would like to embed a pdf file.
I tried installing the pdfembed sphinx extension.
I added in this in my _config.yml
sphinx:
extra_extensions: [ 'sphinxcontrib.pdfembed' ]
and then in the md file
```{eval-rst}
:pdfembed:`src:_static/m.pdf, height:500, width:500, align:middle`
and copy m.pdf to `_static` directory, finally I did `jb build mini_book`. the build process completes without errors, but then I cant see the pdf in the html.
I tried changing the path to the file, using `src:/_static/m.pdf`, `src:./_static/m.pdf`, but there was no case, it didn't work.
Any idea?
Thanks in advance.
Hi, I would like to embed a pdf file.
I tried installing the pdfembed sphinx extension.
I added in this in my
_config.ymland then in the md file