From 1b0655b7c513e083e85f7a7f1e9fef4c884df52f Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 26 Feb 2020 19:52:14 +0100
Subject: [PATCH] Fix docs

---
 docs/conf.py   | 2 +-
 docs/index.rst | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 131090f..b53161c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -65,7 +65,7 @@ author = u'Tamas Gal'
 # The short X.Y version.
 version = jppy.version
 # The full version, including alpha/beta/rc tags.
-release = ujppy.version
+release = jppy.version
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/docs/index.rst b/docs/index.rst
index 64926cb..02d8495 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,5 +1,4 @@
-jppy Documentation
-============================
+.. include:: ../README.rst
 
 Contents:
 
-- 
GitLab