From f262e75361c4a737e4f6c534c2882b07b0d78fd7 Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 2 Apr 2024 12:13:49 +0200 Subject: [PATCH 1/2] Update instructions for building docs The top level `Makefile` is outdated. This circumvents its use. --- doc/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.rst b/doc/README.rst index a19a3c1261..b2afd8ce16 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -6,4 +6,4 @@ To build the documentation, change to the root directory (containing ``setup.py``) and run:: pip install -r doc-requirements.txt - make html + make -C doc html From 9d1201396a6cf9714b96ed501408e048ae422754 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Sun, 14 Apr 2024 10:08:57 -0400 Subject: [PATCH 2/2] Update doc/README.rst --- doc/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.rst b/doc/README.rst index b2afd8ce16..d5fd9765e6 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -3,7 +3,7 @@ Nibabel documentation ##################### To build the documentation, change to the root directory (containing -``setup.py``) and run:: +``pyproject.toml``) and run:: pip install -r doc-requirements.txt make -C doc html