Skip to content

Commit f278203

Browse files
committed
Fix lint issues
Signed-off-by: Volker Theile <[email protected]>
1 parent ffdc87d commit f278203

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.rstcheck.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[rstcheck]
22
report_level=ERROR
33
ignore_directives=automodule,autosummary,autoclass
4-
ignore_messages=(Undefined substitution referenced: "(omv|webui|version|sf|copy)")
4+
ignore_messages=(Undefined substitution referenced: "(omv|webui|version|sf|copy|deb_version)")
55
ignore_roles=fa

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
rst_epilog = """
6262
.. |omv| replace:: openmediavault
63-
.. |copy| unicode:: 0xA9 .. copyright sign
63+
.. |copy| unicode:: 0xA9 .. copyright sign
6464
.. |webui| replace:: web interface
6565
.. |sf| replace:: shared folder
6666
.. |deb_version| replace:: 13

features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ General settings
99

1010
**General settings:** Change |webui| listening port, SSL and force SSL. Change admin password.
1111

12-
**Notification system:** Integrated into several services in the form of email using Postfix [1]_ backend as MTA, these include scheduled tasks, services monitoring, S.M.A.R.T., MDADM and cron-apt. Since |omv| 3.0 is possible to add also third party notification systems by using scripts, more information `here <https://github.com/openmediavault/openmediavault/blob/master/deb/openmediavault/usr/share/openmediavault/notification/sink.d/README>`_ and real example on how to use it `here <https://forum.openmediavault.org/index.php/Thread/14919-GUIDE-Use-Telegram-as-notification-service/>`_.
12+
**Notification system:** Integrated into several services in the form of email using Postfix [1]_ backend as MTA, these include scheduled tasks, services monitoring, S.M.A.R.T., MDADM and cron-apt. Since |omv| 3.0 it is possible to add also third party notification systems by using scripts, more information can be found `here <https://github.com/openmediavault/openmediavault/blob/master/deb/openmediavault/usr/share/openmediavault/notification/sink.d/README>`__ and real example on how to use it can be found `here <https://forum.openmediavault.org/index.php/Thread/14919-GUIDE-Use-Telegram-as-notification-service/>`__.
1313

1414
**Network configuration:** The |webui| provides configuration options for ethernet, WiFi (only WPA/WPA2 supported), bond and vlan interfaces. This also includes a panel for firewall configuration.
1515

0 commit comments

Comments
 (0)