Skip to content

Commit

Permalink
Misc changes to try and get readthedocs build to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
oadams committed Mar 25, 2018
1 parent 19a3c37 commit 9ffc11d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ classes. `Utterance` instances comprise `Corpus` instances, which are loaded by
.. autoclass:: persephone.utterance.Utterance

.. autoclass:: persephone.corpus.Corpus
:members: __init__, from_elan

.. There is support for creating Corpus objects from ELAN files::
Expand All @@ -65,7 +64,7 @@ classes. `Utterance` instances comprise `Corpus` instances, which are loaded by
.. tier_prefixes=("xv", "rf"))
.. autoclass:: persephone.corpus.ReadyCorpus
:members: __init__, determine_labels
:members:

.. autoclass:: persephone.corpus_reader.CorpusReader
:members: __init__,
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
#sys.path.insert(0, os.path.abspath('..'))


# -- Project information -----------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx
sphinx-autodoc-typehints==1.2.5
sphinx_rtd_theme

0 comments on commit 9ffc11d

Please sign in to comment.