Skip to content

Commit

Permalink
pyproject.toml and widget help working in a dev install
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Dec 9, 2024
1 parent 32d2bd2 commit a12c447
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,6 @@
# Mapping for external documentation in Sphinx.
# intersphinx_mapping = {'orange3': ('../../orange3/doc/visual-programming/build/html',
# '../../orange3/doc/visual-programming/build/html/objects.inv')}

# avoid encoding error with htmlhelp
smartquotes = False
2 changes: 1 addition & 1 deletion orangecontrib/fairness/widgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You need to build help pages manually using
# make htmlhelp
# inside doc folder
("{DEVELOP_ROOT}/doc/_build/html/index.html", None),
("{DEVELOP_ROOT}/doc/_build/htmlhelp/index.html", None),
# Documentation included in wheel
# Correct DATA_FILES entry is needed in setup.py and documentation has to be built
# before the wheel is created.
Expand Down
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build-system]
requires = [
'setuptools',
'wheel',
'recommonmark',
]
build-backend = 'setuptools.build_meta'

0 comments on commit a12c447

Please sign in to comment.