From 0ccf839233723cbdf7df23934db3247ddfec56ca Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 30 May 2020 15:03:38 -0500 Subject: [PATCH] Drop the Debian package option for building docs We are now using an extension which is not packaged. Signed-off-by: Richard Laager --- README.rst | 5 ----- docs/Getting Started/Debian/Debian Buster Root on ZFS.rst | 4 ---- docs/Getting Started/Debian/Debian Stretch Root on ZFS.rst | 4 ---- docs/Getting Started/Ubuntu/Ubuntu 16.04 Root on ZFS.rst | 4 ---- docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst | 4 ---- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 4 ---- 6 files changed, 25 deletions(-) diff --git a/README.rst b/README.rst index 70f7c3f..8afcc1d 100644 --- a/README.rst +++ b/README.rst @@ -23,11 +23,6 @@ The dependencies are available via pip:: # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: PATH=$HOME/.local/bin:$PATH -Debian 11 (“testing”) / Ubuntu 20.04 or later have the dependencies packaged:: - - sudo apt install python3-sphinx python3-sphinx-issues \ - python3-sphinx-rtd-theme - Build ~~~~~ diff --git a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst index 5d91124..4c1d04a 100644 --- a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst @@ -51,10 +51,6 @@ Contributing #. Install the tools:: - # On Debian 11 / Ubuntu 20.04 or later: - sudo apt install python3-sphinx python3-sphinx-issues python3-sphinx-rtd-theme - - # On earlier releases: sudo apt install pip3 pip3 install -r requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: diff --git a/docs/Getting Started/Debian/Debian Stretch Root on ZFS.rst b/docs/Getting Started/Debian/Debian Stretch Root on ZFS.rst index 9b9efe3..44aefce 100644 --- a/docs/Getting Started/Debian/Debian Stretch Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Stretch Root on ZFS.rst @@ -55,10 +55,6 @@ Contributing #. Install the tools:: - # On Debian 11 / Ubuntu 20.04 or later: - sudo apt install python3-sphinx python3-sphinx-issues python3-sphinx-rtd-theme - - # On earlier releases: sudo apt install pip3 pip3 install -r requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: diff --git a/docs/Getting Started/Ubuntu/Ubuntu 16.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 16.04 Root on ZFS.rst index 47e7f0c..bc7b385 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 16.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 16.04 Root on ZFS.rst @@ -55,10 +55,6 @@ Contributing #. Install the tools:: - # On Debian 11 / Ubuntu 20.04 or later: - sudo apt install python3-sphinx python3-sphinx-issues python3-sphinx-rtd-theme - - # On earlier releases: sudo apt install pip3 pip3 install -r requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: diff --git a/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst index 948f397..ea9a714 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst @@ -56,10 +56,6 @@ Contributing #. Install the tools:: - # On Debian 11 / Ubuntu 20.04 or later: - sudo apt install python3-sphinx python3-sphinx-issues python3-sphinx-rtd-theme - - # On earlier releases: sudo apt install pip3 pip3 install -r requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 43a301e..f890975 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -117,10 +117,6 @@ Contributing #. Install the tools:: - # On Debian 11 / Ubuntu 20.04 or later: - sudo apt install python3-sphinx python3-sphinx-issues python3-sphinx-rtd-theme - - # On earlier releases: sudo apt install pip3 pip3 install -r requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: