- Notifications
You must be signed in to change notification settings - Fork4
mIRC Knowledge Base website
NotificationsYou must be signed in to change notification settings
mIRC-Scripters/mirckb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
mIRC Knowledge Base
Build with Sphinx and ReStructered Text
Project page:https://readthedocs.org/projects/mirckb/
Webpage:https://docs.mircscripting.orgWebpage:https://mirckb.readthedocs.io/
This project is WIP (Work In Progress)
- Install chocolatey:https://chocolatey.org/install#individual
- Install sphinx:
choco install sphinx
- Clone the mirckb repository to a dir on your machine
- Change directory to the local mirckb dir and run:
pip install -r requirements.txt --user
- Run sphinx build in the cloned dir on your machine:
sphinx-build docs\source docs\build
- Open up the index webpage:
docs\build\index.html
About
mIRC Knowledge Base website