Documentation for conda-forge.
The docs are built on travis ci with the .travis.yml
file at the root of this repository.
.travis.yml
uses conda-execute to run the .ci_scripts/update_docs
script.
To build the docs locally, you should do the following:
conda env create -f ./.ci_scripts/environment.yml
conda activate conda-forge-docs
cd src
make html
A directory containing the minutes from previous dev meetings can be found in /src/minutes or on our website at insert website link here. These meetings occur every two weeks on Wednesday from 17:30-18:00 UTC. A link to the google calendar item can be found here.
We use https://hackmd.io/ for taking meeting minutes and will upload the resultant markdown file to this "./minutes" folder after the meeting has concluded.
There is a template provided in /src/minutes/TEMPLATE.md that you should use to create a new hackmd document.