Skip to content

Commit

Permalink
[Doc] Fix docs left menu issues (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronha committed Apr 28, 2021
1 parent 44d5d5f commit 7c02b9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Expand Up @@ -65,6 +65,7 @@ Table Of Content
hyper-params
projects
serving/index
model_monitoring/model-monitoring-deployment

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/model_monitoring/model-monitoring-deployment.ipynb
Expand Up @@ -136,7 +136,7 @@
"from mlrun import import_function, mount_v3io\n",
"from mlrun.runtimes import KubejobRuntime\n",
"\n",
"fn: KubejobRuntime = import_function(\"hub://model_monitoring_batch\")\n",
"fn = import_function(\"hub://model_monitoring_batch\")\n",
"fn.apply(mount_v3io())\n",
"fn.run(name='model-monitoring-batch', schedule=\"0 */1 * * *\", params={\"project\": project})"
],
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
@@ -1,7 +1,7 @@
numpydoc~=0.9
recommonmark~=0.6
sphinx~=2.2
sphinx_rtd_theme~=0.4
sphinx~=3.5
sphinx_rtd_theme~=0.5
sphinx-copybutton~=0.3
sphinx-togglebutton~=0.2.2
myst-nb==0.10
Expand Down

0 comments on commit 7c02b9e

Please sign in to comment.