Welcome to the pdf2docx documentation. This documentation relies on Sphinx to publish HTML docs from markdown files written with restructured text (RST).
This README assumes you have Sphinx v5.0.2 installed on your system.
Within docs update the associated restructured text (.rst) files. These files represent the corresponding document pages.
- Ensure you have the
furotheme installed:
pip install furo
Furo theme, Copyright (c) 2020 Pradyun Gedam mail@pradyunsg.me, thank you to:
https://github.com/pradyunsg/furo/blob/main/LICENSE
- From the "docs" location run:
sphinx-build -b html . build/html
This then creates the HTML documentation within build/html.
Use:
sphinx-build -a -b html . build/htmlto build all, including the assets in_static(important if you have updated CSS).
For full details see: Using Sphinx