summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
-rw-r--r--docs/index.rst11
2 files changed, 7 insertions, 8 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 14744ee..c82b462 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -27,6 +27,10 @@ link_files = {
pattern=r'PEP[- ](?P<pep_number>\d+)',
url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/',
),
+ dict(
+ pattern=r'Setuptools #(?P<setuptools_issue>\d+)',
+ url='https://github.com/pypa/setuptools/issues/{setuptools_issue}/',
+ ),
],
),
}
diff --git a/docs/index.rst b/docs/index.rst
index d14131b..ae93273 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,17 +1,12 @@
-Welcome to skeleton documentation!
-========================================
+Welcome to pytest-runner documentation!
+=======================================
.. toctree::
:maxdepth: 1
history
-
-.. automodule:: skeleton
- :members:
- :undoc-members:
- :show-inheritance:
-
+.. include:: ../README.rst
Indices and tables
==================