From 7782f958d1a3cd8d501583bb54875e9666ca7f9b Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Thu, 15 Aug 2019 12:16:10 +0200 Subject: [PATCH 1/2] update recommonmark --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 867be2716..e51db6ea7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx == 2.1.2 sphinx_markdown_tables == 0.0.9 -recommonmark == 0.5.0 +recommonmark == 0.6.0 From ce7e5f730be2f3a165b213cc99b8966c26def8bc Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Thu, 15 Aug 2019 12:16:25 +0200 Subject: [PATCH 2/2] fix warning about link --- docs/references/daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/daemon.md b/docs/references/daemon.md index 6759eae00..62e39c9c9 100644 --- a/docs/references/daemon.md +++ b/docs/references/daemon.md @@ -96,4 +96,4 @@ Setting up and configuring `fluxd` is discussed in ["Get started with Flux"](../tutorials/get-started.md). There is also more information on [garbage collection](garbagecollection.md), -[Git commit signing](git-gpg.md), and other elements in [references](./). +[Git commit signing](git-gpg.md), and other elements in [references](./index).