Mirror
https://docs.libre.is/en/
- Makefile 100%
| docs | ||
| .gitignore | ||
| CHANGELOG.txt | ||
| LICENSE-apache.txt | ||
| Makefile | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
docs.libre.is
Source code for the https://docs.libre.is documentation website.
Build
How to build these docs.
git clone https://code.libre.is/libre/docs.libre.is
# or
git clone git@code.libre.is:libre/docs.libre.is.git
cd docs.libre.is/
python -m venv venv
source venv/bin/activate
pip install -U pip poetry
poetry install
poetry update
make clean
make all
rsync -ultav docs/_build/html/ docs.libre.is:/var/www/html/docs.libre.is/