Skip to content

Commit

Permalink
Merge pull request #91 from rokgomiscek/documentation
Browse files Browse the repository at this point in the history
Updated documentation makefile
  • Loading branch information
PrimozGodec committed Aug 18, 2020
2 parents 917d02b + 5e7281b commit d49590e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = build
BUILDDIR = _build

# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
Expand Down
9 changes: 8 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,19 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'recommonmark'
'sphinx.ext.doctest',
'sphinx.ext.todo',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinx.ext.intersphinx',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['templates']

# The suffix of source filenames.
source_suffix = ['.rst', '.md']

# The encoding of source files.
source_encoding = 'utf-8'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def include_documentation(local_dir, install_dir):


if __name__ == '__main__':
include_documentation('doc/build/htmlhelp', 'help/orange3-educational')
include_documentation('doc/_build/htmlhelp', 'help/orange3-educational')
setup(
name=NAME,
version=VERSION,
Expand Down

0 comments on commit d49590e

Please sign in to comment.