mirror of
https://github.com/openzfs/openzfs-docs
synced 2026-07-21 15:53:49 +00:00
No description
- Python 86.7%
- Shell 13.1%
- Makefile 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Say 'packages installed' rather than 'packages install' in the popcon step of all Debian guides, and pass --yes to the systemd-timesyncd, dosfstools and tasksel installs in the Trixie guide, matching every other apt invocation in that guide. |
||
| .github/workflows | ||
| docs | ||
| scripts | ||
| .readthedocs.yaml | ||
| Makefile | ||
| README.rst | ||
| tox.ini | ||
.. image:: docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-halfsize.png .. highlight:: sh OpenZFS Documentation ===================== Public link: https://openzfs.github.io/openzfs-docs/ Building Locally ---------------- Install Prerequisites ~~~~~~~~~~~~~~~~~~~~~ The dependencies are available via pip:: # For Debian based distros sudo apt install python3-pip # For RPM-based distros sudo yum install python3-pip # For openSUSE sudo zypper in python3-pip pip3 install -r docs/requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: PATH=$HOME/.local/bin:$PATH Or, you can use tox:: tox -e develop . .tox/develop/bin/activate Build ~~~~~ :: cd docs make html # HTML files will be generated in: _build/html