/KeySwitchManager.Docs

KeySwitchManager's document codes which powered by Sphinx.

KeySwitchManager.Docs

KeySwitchManager's document codes which powered by Sphinx.

Deployment

Read the Docs Project site


Requirements

  • python 3.x
  • pipenv

Rebuild the environment

python -m pip install pipenv
pipenv install

Update i18n files

Default languege is Japanese.

(see: source/locale/)

English

pipenv run make gettext
pipenv run sphinx-intl update -p build/gettext -l en

Build (En)

cd docs/
./make_locale_en.sh

Build (Ja)

cd docs/
pipenv run make html