Make pre-commit happy

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2415>
This commit is contained in:
Sporiff 2023-05-02 09:45:31 +02:00
parent edb493a599
commit 8a8ae1d272
3 changed files with 3 additions and 1 deletions
docs
administrator/installation
conf.py

View File

@ -323,6 +323,7 @@ Nginx isn't preinstalled on Debian. You can install it by running the following
$ sudo apt update
$ sudo apt install nginx
```
:::
% Nginx update instructions

View File

@ -176,6 +176,7 @@ Nginx isn't preinstalled on Debian. You can install it by running the following
$ sudo apt update
$ sudo apt install nginx
```
:::
% Nginx update instructions

View File

@ -257,4 +257,4 @@ gettext_compact = False
# Don't copy prompts with copybutton
copybutton_exclude = '.linenos, .gp'
copybutton_exclude = ".linenos, .gp"