From 8eeed31eb2f86ac982fa4b26f93b15828289c56d Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 22 Apr 2021 20:22:47 -0400 Subject: New upstream version 8.1.3. --- docs/internals.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/internals.rst') diff --git a/docs/internals.rst b/docs/internals.rst index 12df2b0..6b49e92 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -44,7 +44,7 @@ The Build Command Nikola's goal is similar, deep at heart, to a Makefile. Take sources, compile them into something, in this case a website. Instead of a Makefile, Nikola uses -`doit `_ +`doit `_ Doit has the concept of "tasks". The 1 minute summary of tasks is that they have: @@ -64,7 +64,7 @@ basename:name .. sidebar:: More about tasks If you ever want to do your own tasks, you really should read the doit - `documentation on tasks `_ + `documentation on tasks `_ So, what Nikola does, when you use the build command, is to read the configuration ``conf.py`` from the current folder, instantiate -- cgit v1.2.3