This repository contains static artifacts shared with multiple Sphinx document projects.
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:
git clone --recurse-submodules git@github.com:lipro/lpn-sphinx_static.git
cd coreWith version 1.6.5 of Git up until version 2.12, you can use:
git clone --recursive git@github.com:lipro/lpn-sphinx_static.git
cd coreFor already cloned repos, or older Git versions, use:
git clone git@github.com:lipro/lpn-sphinx_static.git
cd core
git submodule update --init --recursiveOnly needed at once when you start.
Install arbitrary tools first:
sudo apt install \
woff2 \
eot-utils \
fontconfig \
fontforge-nox \not supported