Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

charites-docs

This is documentation website for charites. It uses sphinx. Please also see https://www.sphinx-doc.org/en/master/tutorial/getting-started.html.

Install

python -m pip install --upgrade pip
pip install pipenv
pipenv install

Build

  • for production
pipenv run build
  • development
pipenv run dev

open http:https://127.0.0.1:8000

for i18n

# initialise (only first time)
$tx init

# update transifex
$make transifex_sync

# pull from transifex
$make transifex_pull

# craete html
$make html