archinstall/docs
codefiles 7ea171369a
Refactor PartitionType (#4432)
* Use UPPER_CASE for PartitionType

* Use StrEnum for PartitionType
2026-04-16 14:05:08 +10:00
..
_static
_templates
archinstall
cli_parameters/config Add dialog to install EFI bootloader to removable location (#3932) 2025-11-21 11:41:24 +11:00
examples Refactor PartitionType (#4432) 2026-04-16 14:05:08 +10:00
flowcharts
help Typo and grammar fixes (#3970) 2025-12-06 20:06:07 +11:00
installing Add dialog to install EFI bootloader to removable location (#3932) 2025-11-21 11:41:24 +11:00
Makefile
README.md
conf.py Update ruff formatter (#3496) 2025-05-24 07:58:42 +00:00
index.rst Fix typos (#4109) 2026-01-11 10:28:53 +11:00
logo.png
pull_request_template.md

README.md

Dependencies

In order to build the docs locally, you need to have the following installed:

For example, you may install these dependencies using pip:

pip install -U sphinx sphinx-rtd-theme

For other installation methods refer to the docs of the dependencies.

Build

In archinstall/docs, run make html (or specify another target) to build locally. The build files will be in archinstall/docs/_build. Open _build/html/index.html with your browser to see your changes in action.