https://github.com/massos-linux/sphinx-venv
Prebuilt sphinx venv packages for the MassOS build system
https://github.com/massos-linux/sphinx-venv
Last synced: 7 days ago
JSON representation
Prebuilt sphinx venv packages for the MassOS build system
- Host: GitHub
- URL: https://github.com/massos-linux/sphinx-venv
- Owner: MassOS-Linux
- Created: 2025-10-17T11:54:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-01T05:16:57.000Z (22 days ago)
- Last Synced: 2026-03-01T08:32:30.807Z (22 days ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sphinx-venv
Prebuilt sphinx venv packages for the MassOS build system
These packages are designed for MassOS use only. They are hardcoded to the
directory that the MassOS build system expects, which is the following:
```
/root/mbs/extras/sphinx
```
But the version of the package has to match the Python version used in the
MassOS build system. So these packages have to be regenerated on a newer
version of Python.
Note that while Sphinx itself is architecture-independent, some of the Python
dependencies included in this venv distribution are compiled to native machine
code (`.so` files). Therefore the entire distribution has to be labelled as
architecture-specific. And currently x86_64 is the only architecture supported
by MassOS.