Build our Website using mkdocs¶
The website is hosted at artery.v2x-research.eu. The latest version is always included in our main git repository. Raphael updates the website from time to time, i.e. when changes have been committed.
Installing Dependencies¶
PEP 668 recommends to install Python dependencies in a virtual environment. We propose the following steps when in the root directory:
Build or Serve¶
You can build the website from the root directory where mkdocs.yml is located by calling:
This will generate the website in the www directory.Alternatively, you can start a temporary webserver delivering the website locally with:
Last update:
August 20, 2023