From d863234e3ed683e3b045ad4d7b5aa2b62136ebc9 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 28 Oct 2023 20:25:24 +0200 Subject: [PATCH] add changelog for missing documentation --- changelog/unreleased/pull-4545 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/pull-4545 diff --git a/changelog/unreleased/pull-4545 b/changelog/unreleased/pull-4545 new file mode 100644 index 000000000..d2f6e8ba2 --- /dev/null +++ b/changelog/unreleased/pull-4545 @@ -0,0 +1,8 @@ +Bugfix: Repair documentation build on readthedocs + +For restic 0.16.1, no documentation was available at +https://restic.readthedocs.io/ . + +We have updated the documentation build process to work again. + +https://github.com/restic/restic/pull/4545