Skip to content

Commit

Permalink
Fix for notebooks build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgolebiewski-intel authored and kblaszczak-intel committed Jan 29, 2025
1 parent 63e6da5 commit 00b9481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nbdoc/nbdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def main():
sourcedir = args.sourcedir
outdir = args.outdir

main_tutorials_file = Path('../../docs/articles_en/learn-openvino/interactive-tutorials-python.rst').resolve(strict=True)
main_tutorials_file = Path('../../docs/articles_en/get-started/learn-openvino/interactive-tutorials-python.rst').resolve(strict=True)
add_glob_directive(main_tutorials_file)
shutil.copytree(sourcedir, outdir)
# Run processing on downloaded files in notebooks directory
Expand Down

0 comments on commit 00b9481

Please sign in to comment.