summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
-rw-r--r--docs/index.rst11
2 files changed, 6 insertions, 11 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5abe25a..fe7c018 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -9,8 +9,8 @@ extensions = [
]
# General information about the project.
-project = 'skeleton'
-copyright = '2016 Jason R. Coombs'
+project = 'pytest-runner'
+copyright = '2015,2016 Jason R. Coombs'
# The short X.Y version.
version = pkg_resources.require(project)[0].version
@@ -28,7 +28,7 @@ link_files = {
replace=[
dict(
pattern=r"(Issue )?#(?P<issue>\d+)",
- url='{GH}/jaraco/{project}/issues/{issue}',
+ url='{GH}/pytest-dev/{project}/issues/{issue}',
),
dict(
pattern=r"^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n",
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
==================