Skip to content
Snippets Groups Projects
Commit b4e460b5 authored by Robert Habermann's avatar Robert Habermann
Browse files

workaround for linking

parent 77d17d1e
No related branches found
No related tags found
No related merge requests found
......@@ -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
============
......
......@@ -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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment