This code repository contains the Sphinx, MyST and sphinx-book-theme based website for the HERMES project.
Please visit https://project.software-metadata.pub for further reading.
To use the convenient Makefile
, you need to have make
installed.
You might want to use a virtual Python environment.
pip install -r requirements.txt
make html
- OR -
pip install -r requirements.txt
make livehtml