From f0dc5f8dc2cc663add1e671f9041cbc08477f522 Mon Sep 17 00:00:00 2001 From: Kirill Chalov Date: Thu, 12 Sep 2019 12:36:13 +0800 Subject: [PATCH] Apply suggestion to docs/en/contribute/documenting-code.rst --- docs/en/contribute/documenting-code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/contribute/documenting-code.rst b/docs/en/contribute/documenting-code.rst index a75601e26d..2a92d88098 100644 --- a/docs/en/contribute/documenting-code.rst +++ b/docs/en/contribute/documenting-code.rst @@ -241,7 +241,7 @@ By default, the directives ``.. todo::`` and ``.. todolist::`` are ignored by do Before pushing your changes to origin, please set the value of ``todo_include_todos`` back to ``False``. -For more details about the extension, see `its website `_. +For more details about the extension, see `sphinx.ext.todo `_ documenation. Put it all together