diff --git a/doc/sphinx.md b/doc/sphinx.md new file mode 100644 index 0000000..d34cbbd --- /dev/null +++ b/doc/sphinx.md @@ -0,0 +1,10 @@ +# Setup Sphinx documentation generator + +* get the latest version of installed packages and refresh the repo cache +``` +sudo apt update +``` + +* install Sphinx directly from the official repository +``` +sudo apt-get install python3-sphinx --no-install-recommends diff --git a/doc/sphinx.md.license b/doc/sphinx.md.license new file mode 100644 index 0000000..3c4280e --- /dev/null +++ b/doc/sphinx.md.license @@ -0,0 +1,5 @@ +/* + * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad + * + * SPDX-License-Identifier: CC0-1.0 + */