docs: correct build deps

This commit is contained in:
Anna “CyberTailor” 2023-11-25 12:38:59 +05:00
parent 30cb8eb5ef
commit 9a2b8badb4
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
3 changed files with 4 additions and 8 deletions

View File

@ -10,8 +10,8 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'nimbus'
copyright = '2022-2023, Anna (cybertailor) Vyalkova & Nimble Authors'
author = 'Anna (cybertailor) Vyalkova & Nimble Authors'
copyright = f'2022-2023, {author}'
release = '1.1.3'
# -- General configuration ---------------------------------------------------

View File

@ -1,4 +1,4 @@
.. SPDX-FileCopyrightText: 2022 Anna <cyber@sysrq.in>
.. SPDX-FileCopyrightText: 2022-2023 Anna <cyber@sysrq.in>
..
.. SPDX-License-Identifier: BSD-3-Clause

View File

@ -1,4 +1,4 @@
.. SPDX-FileCopyrightText: 2022 Anna <cyber@sysrq.in>
.. SPDX-FileCopyrightText: 2022-2023 Anna <cyber@sysrq.in>
..
.. SPDX-License-Identifier: BSD-3-Clause
@ -8,11 +8,7 @@ Installation
Prerequisites
-------------
The only build dependency is the Nim compiler. However, depfile support is only
available in the `patchset`_. To apply it in Gentoo, build ``dev-lang/nim`` with
``experimental`` USE flag.
.. _patchset: https://git.sysrq.in/nim-patches/
The only build dependency is a working Nim compiler.
Runtime dependencies are Nim (needed to run scripts) and either `ninja`_ or
`samu`_.