You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.
in order to be able to successfully run bin/generate-docs.sh i had to install texlive-latex-extra on my ubuntu machine. otherwise i get
build/pdf/sphinx.sty: File `fancybox.sty' not found.
build/pdf/sphinx.sty:14: Emergency stop.
build/pdf/sphinx.sty:14: leading text: \RequirePackage
and another package i had to install is texlive-fonts-recommended - not sure if this is ubuntu specific or if it can go into bin/install-dependencies.sh. even if its specific, might be worth to mention it in the readme
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
in order to be able to successfully run bin/generate-docs.sh i had to install
texlive-latex-extra
on my ubuntu machine. otherwise i getand another package i had to install is
texlive-fonts-recommended
- not sure if this is ubuntu specific or if it can go into bin/install-dependencies.sh. even if its specific, might be worth to mention it in the readmeThe text was updated successfully, but these errors were encountered: