{"library":"sphinx-simplepdf","title":"sphinx-simplepdf","type":"library","description":"An easy-to-use PDF Builder for Sphinx with a modern PDF theme. Version 1.7.0 supports Sphinx 4-7 and uses WeasyPrint or wkhtmltopdf under the hood. Moderate release cadence.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install sphinx-simplepdf"],"cli":null},"imports":["from sphinx_simplepdf.builder import SimplePdfBuilder"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://sphinx-simplepdf.readthedocs.io","github":"https://github.com/useblocks/sphinx-simplepdf","docs":null,"changelog":null,"pypi":"https://pypi.org/project/sphinx-simplepdf/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"extensions = ['sphinx_simplepdf']\n\n# Optional: configure output\nsimplepdf_documents = [\n    {\n        'doc': 'index',\n        'title': 'My Project',\n        'author': 'Author Name'\n    }\n]\n\n# Build with: sphinx-build -b simplepdf . _build/pdf","lang":"python","description":"Enable the extension in your Sphinx conf.py, then build using the 'simplepdf' builder.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}