This is the source code repository for the Vala Documentation website.
You can view the website online here: https://docs.vala.dev/
- python3
- pip (for Python 3)
You'll also need to install Sphinx and other dependencies listed in the requirements.txt file:
pip install --user --upgrade -r requirements.txt- Build the website with:
./build-docsNote: You may need to make the ./build-docs script executable first:
chmod +x ./build-docs-
In the
builddirectory, open a html file in your favourite web browser.index.htmlcontains the home page. -
Whenever you want to rebuild the site with changes you make in
source, repeat step 1.