You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julien Cohen-Adad edited this page May 12, 2023
·
9 revisions
Welcome to the intranet.neuro.polymtl.ca wiki!
Build website locally
# Clone repo and move to it
git clone git@github.com:neuropoly/intranet.neuro.polymtl.ca.git
cd intranet.neuro.polymtl.ca
# Install requirements
pip install '.[sphinx]'
# Build website
make html
# Force building (in case it says "nothing is out of date"):
make clean html
# Open local website
open _build/html/README.html
Admonitions
Example:
```{note}
**Note for Intern Students: **You will only need to create the `admin`, `biblio`, and `reports` folders.
```