summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-12-29 09:56:52 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-12-29 09:56:52 -0500
commit4b1334629e1cb254a1b6853f045f2615b79ec9e1 (patch)
tree7683a0e69479e2c74eb3c194f391227ef9de7005
parent150321caba0dc73489b61d6b5bbfbed52b795ae7 (diff)
downloadpytest-runner-4b1334629e1cb254a1b6853f045f2615b79ec9e1.tar.gz
Automatically inject project name in docs heading.
-rw-r--r--docs/index.rst4
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst
index d14131b..325842b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,5 +1,5 @@
-Welcome to skeleton documentation!
-========================================
+Welcome to |project| documentation!
+===================================
.. toctree::
:maxdepth: 1
diff --git a/setup.cfg b/setup.cfg
index 6321ca7..4fc095b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,7 @@ testing =
docs =
# upstream
sphinx
- jaraco.packaging >= 3.2
+ jaraco.packaging >= 8.2
rst.linker >= 1.9
# local