Skip to content

Commit 0ccf839

Browse files
committed
Drop the Debian package option for building docs
We are now using an extension which is not packaged. Signed-off-by: Richard Laager <rlaager@wiktel.com>
1 parent 58f5b16 commit 0ccf839

6 files changed

+0
-25
lines changed

README.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ The dependencies are available via pip::
2323
# Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc:
2424
PATH=$HOME/.local/bin:$PATH
2525

26-
Debian 11 (“testing”) / Ubuntu 20.04 or later have the dependencies packaged::
27-
28-
sudo apt install python3-sphinx python3-sphinx-issues \
29-
python3-sphinx-rtd-theme
30-
3126
Build
3227
~~~~~
3328

docs/Getting Started/Debian/Debian Buster Root on ZFS.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ Contributing
5151

5252
#. Install the tools::
5353

54-
# On Debian 11 / Ubuntu 20.04 or later:
55-
sudo apt install python3-sphinx python3-sphinx-issues python3-sphinx-rtd-theme
56-
57-
# On earlier releases:
5854
sudo apt install pip3
5955
pip3 install -r requirements.txt
6056
# Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc:

docs/Getting Started/Debian/Debian Stretch Root on ZFS.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ Contributing
5555

5656
#. Install the tools::
5757

58-
# On Debian 11 / Ubuntu 20.04 or later:
59-
sudo apt install python3-sphinx python3-sphinx-issues python3-sphinx-rtd-theme
60-
61-
# On earlier releases:
6258
sudo apt install pip3
6359
pip3 install -r requirements.txt
6460
# Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc:

docs/Getting Started/Ubuntu/Ubuntu 16.04 Root on ZFS.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ Contributing
5555

5656
#. Install the tools::
5757

58-
# On Debian 11 / Ubuntu 20.04 or later:
59-
sudo apt install python3-sphinx python3-sphinx-issues python3-sphinx-rtd-theme
60-
61-
# On earlier releases:
6258
sudo apt install pip3
6359
pip3 install -r requirements.txt
6460
# Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc:

docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ Contributing
5656

5757
#. Install the tools::
5858

59-
# On Debian 11 / Ubuntu 20.04 or later:
60-
sudo apt install python3-sphinx python3-sphinx-issues python3-sphinx-rtd-theme
61-
62-
# On earlier releases:
6359
sudo apt install pip3
6460
pip3 install -r requirements.txt
6561
# Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc:

docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ Contributing
117117

118118
#. Install the tools::
119119

120-
# On Debian 11 / Ubuntu 20.04 or later:
121-
sudo apt install python3-sphinx python3-sphinx-issues python3-sphinx-rtd-theme
122-
123-
# On earlier releases:
124120
sudo apt install pip3
125121
pip3 install -r requirements.txt
126122
# Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc:

0 commit comments

Comments
 (0)