This is the source for https://www.nexusformat.org (when hosted as Github Pages).
To build the wiki with a conda environment, execute the following commands:
Clone the repository:
git clone https://github.com/nexusformat/wiki.gitCreate the conda environment and activate it:
conda create -n nexuswiki python=3.12
conda activate nexuswikiInstall the required packages:
make installBuild the wiki:
make html