Porting: Change notebooks fetching link for documentation (#13043)
* Porting: Change notebooks fetching link for documentation Porting: https://github.com/openvinotoolkit/openvino/pull/12750/ There are newly generated files (since 30.08.2022) that seem to be fine but apparently "latest" is not build in the docs: https://repository.toolbox.iotg.sclab.intel.com/projects/ov-notebook/0.1.0-latest/20220913220807/dist/rst_files/ The question remains, why is it so? * Update consts.py Updating to the most recent version from 13.09 https://repository.toolbox.iotg.sclab.intel.com/projects/ov-notebook/0.1.0-latest/20220913220807/dist/rst_files/
This commit is contained in:
parent
51cb1d9b30
commit
ca8a1c4902
@ -8,7 +8,7 @@ repo_owner = "openvinotoolkit"
|
||||
|
||||
repo_name = "openvino_notebooks"
|
||||
|
||||
artifacts_link = "https://repository.toolbox.iotg.sclab.intel.com/projects/ov-notebook/0.1.0-latest/latest/dist/rst_files/"
|
||||
artifacts_link = "https://repository.toolbox.iotg.sclab.intel.com/projects/ov-notebook/0.1.0-latest/20220913220807/dist/rst_files/"
|
||||
|
||||
blacklisted_extensions = ['.xml', '.bin']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user