Sphinx project for https://www.emeditor.org/.
- Install Python, then clone this repo.
cdto your local folder of the repo.- Optionally, create and activate a new virtual environment (venv).
- Run
pip install -r requirements.txtto get all dependencies. - Set the
PROJECTvariable to the language to build, then build the pages withsphinx-build. In PowerShell, the command is:
$env:PROJECT='en'
sphinx-build . _build/en