mirror of
https://github.com/certbot/certbot.git
synced 2026-03-30 22:25:22 -04:00
Fixes #4686. In Sphinx 1.6, they changed how they handle images in latex and PDF files. You can learn more about this by reading the linked issue (or I can answer any questions), but the shortish version is we now need to use the extension sphinx.ext.imgconverter. This is only available in Sphinx 1.6+. I also updated our pinned versions to use the latest Sphinx and a new dependency it pulled in called sphinxcontrib-websupport. To build the latex and PDF docs, you must first run: apt-get install imagemagick latexmk texlive texlive-latex-extra Afterwards, if you create the normal Certbot dev environment using this branch, activate the virtual environment, and from the root of the repo run make -C docs clean latex latexpdf, you'll successfully build the PDF docs. * fix #4686 * bump minimum Sphinx req |
||
|---|---|---|
| .. | ||
| _venv_common.sh | ||
| deactivate.py | ||
| deps.sh | ||
| dev_constraints.txt | ||
| docker-warning.sh | ||
| eff-pubkey.pem | ||
| half-sign.c | ||
| install_and_test.sh | ||
| merge_requirements.py | ||
| offline-sigrequest.sh | ||
| oldest_constraints.txt | ||
| pip_install.sh | ||
| pip_install_editable.sh | ||
| readlink.py | ||
| release.sh | ||
| simple_http_server.py | ||
| sphinx-quickstart.sh | ||
| venv.sh | ||
| venv3.sh | ||