From b68af1b04c78e60cb8c8cc722ced6ab6db50833c Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 25 Apr 2022 15:57:13 +0100 Subject: [PATCH] Fix inclusion of NEWS in Sphinx documentation `make html-sphinx` previously warned: .../doc/index.rst:20: WARNING: toctree contains reference to nonexisting document 'news' --- doc/news.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/news.rst diff --git a/doc/news.rst b/doc/news.rst new file mode 100644 index 00000000..4264fd6b --- /dev/null +++ b/doc/news.rst @@ -0,0 +1 @@ +.. include:: ../NEWS