Skip to content

Commit

Permalink
Merge pull request #121 from PrimozGodec/fix-rtd
Browse files Browse the repository at this point in the history
Documentation: enable building with html builder
  • Loading branch information
PrimozGodec committed Sep 24, 2021
2 parents 3be3086 + 71c1a97 commit df2bddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orangecontrib/educational/widgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You still need to build help pages using
# make htmlhelp
# inside doc folder
("{DEVELOP_ROOT}/doc/_build/htmlhelp/index.html", None),
("{DEVELOP_ROOT}/doc/_build/html/index.html", None),

# Documentation included in wheel
# Correct DATA_FILES entry is needed in setup.py and documentation has to be built
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def include_documentation(local_dir, install_dir):


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

0 comments on commit df2bddc

Please sign in to comment.