From b4e460b573456ae63be0b1f4edbcb52212db72d5 Mon Sep 17 00:00:00 2001 From: Robert Habermann <mail@rhab.de> Date: Mon, 25 Apr 2016 21:07:24 +0200 Subject: [PATCH] workaround for linking --- README.rst | 4 ++-- tox.ini | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ab80c1e..cde22a7 100644 --- a/README.rst +++ b/README.rst @@ -26,14 +26,14 @@ Access an OTRS instance to:: Some of the most notable methods provided are:: - * Client.session_create ("login" + * Client.session_create ("login") * Client.ticket_create * Client.ticket_get_by_list (takes a list) * Client.ticket_get_by_number (takes a string) * Client.ticket_search * Client.ticket_update -More details can be found `here <../pyotrs>`_ +More details can be found `here <pyotrs.html>`_ Installation ============ diff --git a/tox.ini b/tox.ini index 3595331..044a95b 100644 --- a/tox.ini +++ b/tox.ini @@ -94,4 +94,5 @@ deps = sphinx_rtd_theme commands = - sphinx-build -b dirhtml {toxinidir}/docs/ {toxinidir}/build/docs/ + # sphinx-build -b dirhtml {toxinidir}/docs/ {toxinidir}/build/docs/ + sphinx-build -b html {toxinidir}/docs/ {toxinidir}/build/docs/ -- GitLab