Our document is writed by Markdown so you can edit it by Mou or anyother Markdown Editor.
source/doc.md
Put image in source folder or upload it to Amazon S3
When you accomplish your edit work you must Build and Deploy it to make it effect
You can customise your theme base on the init theme
cp -a ./themes/init ./themes/yourthemename
- Edit the CSS or HTML, Add image in the static folder
- Set
html_theme = 'yourthemename'
in conf.py
Just run make
command in project root folder. Then the document will build to _build/html
folder and you must test it before deploy
Run make deploy
to deploy project on GitHubPage and ReadTheDocs
- 2013-09-29 First Release.