This is the source code repository for the Vala Documentation website.
You can view the website online here: https://docs.vala.dev/
Also, you can contribute to the Vala programming language website here: https://github.com/vala-lang/vala-www
- 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-docs
Note: You may need to make the ./build-docs
script executable first:
chmod +x ./build-docs
-
In the
build
directory, open a html file in your favourite web browser.index.html
contains the home page. -
Whenever you want to rebuild the site with changes you make in
source
, repeat step 1.