mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-06 21:54:16 -04:00
All Qubes OS Project documentation pages are stored as plain text files in this dedicated repository. By cloning and regularly pulling from this repo, users can maintain their own up-to-date offline copy of all Qubes documentation rather than relying solely on the Web.
_dev | ||
attachment | ||
developer | ||
introduction | ||
project-security | ||
user | ||
.gitlab-ci.yml | ||
.readthedocs.yaml | ||
.travis.yml | ||
conf.py | ||
CONTRIBUTING.md | ||
index.rst | ||
README.md | ||
requirements.txt |
Qubes OS Documentation
Canonical URL: https://www.qubes-os.org/doc/
All Qubes OS Project documentation pages are stored as plain text files in this dedicated repository. By cloning and regularly pulling from this repo, users can maintain their own up-to-date offline copy of all Qubes documentation rather than relying solely on the Web.
To contribute, please see how to edit the documentation.
How to build the documentation
In a qube, after cloning or downloading this repo, do:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Then, build the documentation using any sphinx builder, i.e. with HTML:
sphinx-build -M html . build
The HTML version of the documentation is now accessible in build/html