зеркало из https://github.com/microsoft/nni.git
Fix jquery dependency in docs and add sphinx-comment (#5326)
This commit is contained in:
Родитель
74f13f31a4
Коммит
db08e5617e
|
@ -14,6 +14,7 @@ pytest-rerunfailures
|
||||||
rstcheck >= 6.0
|
rstcheck >= 6.0
|
||||||
sphinx >= 4.5
|
sphinx >= 4.5
|
||||||
sphinx-argparse-nni >= 0.4.0
|
sphinx-argparse-nni >= 0.4.0
|
||||||
|
sphinx-comments
|
||||||
sphinx-copybutton
|
sphinx-copybutton
|
||||||
sphinx-gallery
|
sphinx-gallery
|
||||||
sphinx-intl
|
sphinx-intl
|
||||||
|
|
|
@ -59,6 +59,7 @@ extensions = [
|
||||||
'IPython.sphinxext.ipython_console_highlighting',
|
'IPython.sphinxext.ipython_console_highlighting',
|
||||||
'sphinx_tabs.tabs',
|
'sphinx_tabs.tabs',
|
||||||
'sphinx_copybutton',
|
'sphinx_copybutton',
|
||||||
|
'sphinx_comments',
|
||||||
|
|
||||||
# Custom extensions in extension/ folder.
|
# Custom extensions in extension/ folder.
|
||||||
'tutorial_links', # this has to be after sphinx-gallery
|
'tutorial_links', # this has to be after sphinx-gallery
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
{#- TO INJECT INFORMATION FROM READTHEDOCS HERE #}
|
{#- TO INJECT INFORMATION FROM READTHEDOCS HERE #}
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js" integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||||
|
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
|
|
||||||
{#- CUSTOM THEME #}
|
{#- CUSTOM THEME #}
|
||||||
|
@ -33,6 +35,7 @@
|
||||||
github: "{{ pathto('_static/img/gallery-github.svg', 1) }}"
|
github: "{{ pathto('_static/img/gallery-github.svg', 1) }}"
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{#- REPLACE ATTRIBUTES INSTANTLY TO DISABLE SOME HOOKS #}
|
{#- REPLACE ATTRIBUTES INSTANTLY TO DISABLE SOME HOOKS #}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче