From d91c34f1132f084c8fe98d535cb102210ac5c8b0 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen Date: Sat, 17 Jul 2021 23:32:46 -0400 Subject: [PATCH] docs: fix sphinx warnings Fixes: #5919 --- AUTHORS | 2 +- docs/global.rst.inc | 1 - docs/man_intro.rst | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index fa15a9838..be0568847 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ E-mail addresses listed here are not intended for support, please see the `support section`_ instead. -.. support section: https://borgbackup.readthedocs.io/en/stable/support.html +.. _support section: https://borgbackup.readthedocs.io/en/stable/support.html Borg authors ("The Borg Collective") ------------------------------------ diff --git a/docs/global.rst.inc b/docs/global.rst.inc index c9589f134..c8623edb3 100644 --- a/docs/global.rst.inc +++ b/docs/global.rst.inc @@ -23,7 +23,6 @@ .. _msgpack: https://msgpack.org/ .. _`msgpack-python`: https://pypi.python.org/pypi/msgpack-python/ .. _llfuse: https://pypi.python.org/pypi/llfuse/ -.. _homebrew: http://brew.sh/ .. _userspace filesystems: https://en.wikipedia.org/wiki/Filesystem_in_Userspace .. _Cython: http://cython.org/ .. _virtualenv: https://pypi.python.org/pypi/virtualenv/ diff --git a/docs/man_intro.rst b/docs/man_intro.rst index 44dee959e..efcf1b36a 100644 --- a/docs/man_intro.rst +++ b/docs/man_intro.rst @@ -1,3 +1,5 @@ +:orphan: + ==== borg ====