From 02c07d6acf603fc60895610f7746e07702a4f823 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 18 Jan 2023 00:01:54 +0100 Subject: [PATCH] docs/Makefiles: Whitespace cleanup --- docs/Makefile.am | 2 -- docs/Makefile.sphinx | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index f53735a5c5..9db391243c 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -120,5 +120,3 @@ html-docs: @echo "You need Python 3 and the 'venv' module to generate the HTML docs" exit 1 endif - - diff --git a/docs/Makefile.sphinx b/docs/Makefile.sphinx index fe0fbb180e..ea1663aa7d 100644 --- a/docs/Makefile.sphinx +++ b/docs/Makefile.sphinx @@ -23,5 +23,3 @@ help: .venv python3 -m venv .venv .venv/bin/pip install -U pip setuptools setuptools-git wheel .venv/bin/pip install -r requirements.txt - - -- 2.47.2