Sphinx project for https://www.emeditor.org/.
- Install Python, then clone this repo.
cd
to your local folder of the repo, and runpip 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