archinstall/docs
Rafael Fontenelle 4959c76c34
Fix PyPI name and installing from, in python.rst (#2710)
2024-10-02 07:21:49 +10:00
..
_static Run oxipng/svgo against the images to save 40KB (#2420) 2024-07-11 20:05:26 +02:00
_templates Started a re-write of the docs (#1967) 2023-11-21 14:34:30 +01:00
archinstall Restoring back the docs with a commit, as I'm clearly incapable of grasping git's reset/revert features.. (#2249) 2023-11-22 22:45:25 +01:00
cli_parameters/config Fix Btrfs mount options (#2404) 2024-03-11 08:09:26 +01:00
examples Fix misspellings (#2306) 2024-03-07 13:19:44 +01:00
flowcharts Run oxipng/svgo against the images to save 40KB (#2420) 2024-07-11 20:05:26 +02:00
help Fix misspellings (#2306) 2024-03-07 13:19:44 +01:00
installing Fix PyPI name and installing from, in python.rst (#2710) 2024-10-02 07:21:49 +10:00
Makefile Added documentation for: https://python-archinstall.readthedocs.io/en/latest/ 2020-09-28 16:38:10 +02:00
README.md Update documentation (#803) 2021-12-18 19:01:40 +01:00
conf.py Fix most mypy errors in archinstall/scripts/, docs/, and the __init__ file (#2641) 2024-08-29 00:24:08 +10:00
index.rst Restoring back the docs with a commit, as I'm clearly incapable of grasping git's reset/revert features.. (#2249) 2023-11-22 22:45:25 +01: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 Github doesn't seam to trigger on "fixes" but "fix" 2022-08-12 15:04:16 +02: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.