How to build this page?
If you want to build this page on your own, do the following:
Clone this repo
git clone https://codeberg.org/andresmmera/Open-RF-Circuit-DesignCreate Python virtual environment
python3 -m venv docs-venvActivate virtual environment
source docs-venv/bin/activateInstall the required Python packages to build the documentation
pip3 install -r requirements.txtBuild Sphinx documentation
sphinx-build -M html . docsOpen a web browser
firefox ./docs/html/index.html