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