https://github.com/tiacsys/sphinx_static
TiaC Systems static artifacts shared with multiple Sphinx document projects.
https://github.com/tiacsys/sphinx_static
Last synced: 10 months ago
JSON representation
TiaC Systems static artifacts shared with multiple Sphinx document projects.
- Host: GitHub
- URL: https://github.com/tiacsys/sphinx_static
- Owner: tiacsys
- License: mit
- Created: 2021-02-04T21:44:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T07:15:17.000Z (over 1 year ago)
- Last Synced: 2025-03-15T20:29:41.895Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 92 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TiaC Systems static artifacts for Sphinx documents
This repository contains static artifacts shared with multiple Sphinx
document projects.
## Checkout repository
Since the project utilizes the reuse of other Git repositories through
Git submodules, one must also pay attention to these when cloning. Using
different Git versions results in different calls to do this.
With **version 2.13 of Git and later**, `--recurse-submodules` can be used
instead of `--recursive`:
```sh
git clone --recurse-submodules git@github.com:lipro/lpn-sphinx_static.git
cd core
```
With **version 1.6.5 of Git up until version 2.12**, you can use:
```sh
git clone --recursive git@github.com:lipro/lpn-sphinx_static.git
cd core
```
For already cloned repos, or older Git versions, use:
```sh
git clone git@github.com:lipro/lpn-sphinx_static.git
cd core
git submodule update --init --recursive
```
## Setup build environment
Only needed at once when you start.
### Linux
Install arbitrary tools first:
```sh
sudo apt install \
woff2 \
eot-utils \
fontconfig \
fontforge-nox \
```
### MacOS and Windows
*not supported*