Skip to content

Commit

Permalink
Merge branch 'master' into issue235-vw-ensemble-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Jun 28, 2019
2 parents 1741cd7 + 09c4084 commit 70d3973
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 359 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
#formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .
system_packages: true
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ swagger-tester = "*"
bumpversion = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
pipenv-to-requirements = "*"

[packages]
"e1839a8" = {editable = true, path = "."}
Expand All @@ -27,5 +26,6 @@ gensim = "*"
sklearn = "*"
rdflib = "*"
gunicorn = "*"
sphinxcontrib-apidoc = "*"

[requires]
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc'
'sphinx.ext.autodoc',
'sphinxcontrib.apidoc',
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -51,6 +52,9 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

apidoc_module_dir = '../annif'
apidoc_output_dir = 'source'
apidoc_separate_modules = False

# -- Options for HTML output -------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinxcontrib-apidoc==0.3.0
43 changes: 0 additions & 43 deletions docs/source/annif.analyzer.rst

This file was deleted.

99 changes: 0 additions & 99 deletions docs/source/annif.backend.rst

This file was deleted.

60 changes: 0 additions & 60 deletions docs/source/annif.corpus.rst

This file was deleted.

105 changes: 0 additions & 105 deletions docs/source/annif.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/modules.rst

This file was deleted.

21 changes: 0 additions & 21 deletions requirements-dev.txt

This file was deleted.

Loading

0 comments on commit 70d3973

Please sign in to comment.