Skip to content

Commit

Permalink
Build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MakotoE committed Nov 2, 2023
1 parent 999e1ae commit d39f55a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@

Sphinx project for [https://www.emeditor.org/](https://www.emeditor.org/).

# Build instructions

1. Requires Python. Install dependencies with `pip install -r requirements.txt`.
2. Set the `PROJECT` variable to the language to build, then build the pages with `sphinx-build`. In PowerShell, the command is:

```
$env:PROJECT='en'
sphinx-build . _build/en
```

# TODO
- Update html_baseurl for all languages

0 comments on commit d39f55a

Please sign in to comment.