sphinx-theme-mochi

2.1. Setup#

2.1.1. Required Tools#

  • Python

  • Node.js

2.1.2. Install Dependencies#

python

pip install -r requirements.txt

# with "venv"
python -m venv .venv
.venv/Scripts/activate

node.js

npm install  #or npm ci
Menu Expand Search