archinstall/docs
Daniel Girtler c67ac97f18
Ruff formatting (#3459)
* Update

* Update
2025-05-15 14:26:41 +02:00
..
_static Integrate new curses menu (#2663) 2024-11-15 08:23:22 +01:00
_templates Integrate new curses menu (#2663) 2024-11-15 08:23:22 +01:00
archinstall Integrate new curses menu (#2663) 2024-11-15 08:23:22 +01:00
cli_parameters/config Removed the @.snapshots volume in order to support both Snapper and Timeshift #3363 (#3408) 2025-04-26 11:57:36 +02:00
examples Change partition flag name Boot -> BOOT (#2903) 2024-11-21 12:22:50 +11:00
flowcharts Integrate new curses menu (#2663) 2024-11-15 08:23:22 +01:00
help Changed the invitation link to discord to go from #general to #help channel, as it's not always given how discord works (#2870) 2024-11-19 07:51:33 +11:00
installing Store password as hash instead of plaintext (#3276) 2025-04-08 08:53:18 +02:00
Makefile Added documentation for: https://python-archinstall.readthedocs.io/en/latest/ 2020-09-28 16:38:10 +02:00
README.md Integrate new curses menu (#2663) 2024-11-15 08:23:22 +01:00
conf.py Ruff formatting (#3459) 2025-05-15 14:26:41 +02:00
index.rst docs: remove line block markup (#2729) 2024-10-14 09:59:08 +11:00
logo.png Run oxipng/svgo against the images to save 40KB (#2420) 2024-07-11 20:05:26 +02:00
pull_request_template.md Integrate new curses menu (#2663) 2024-11-15 08:23:22 +01:00

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.