Fix jquery dependency in docs and add sphinx-comment (#5326)

This commit is contained in:
Yuge Zhang 2023-02-06 10:44:29 +08:00 коммит произвёл GitHub
Родитель 74f13f31a4
Коммит db08e5617e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 5 добавлений и 0 удалений

1
dependencies/develop.txt поставляемый
Просмотреть файл

@ -14,6 +14,7 @@ pytest-rerunfailures
rstcheck >= 6.0
sphinx >= 4.5
sphinx-argparse-nni >= 0.4.0
sphinx-comments
sphinx-copybutton
sphinx-gallery
sphinx-intl

Просмотреть файл

@ -59,6 +59,7 @@ extensions = [
'IPython.sphinxext.ipython_console_highlighting',
'sphinx_tabs.tabs',
'sphinx_copybutton',
'sphinx_comments',
# Custom extensions in extension/ folder.
'tutorial_links', # this has to be after sphinx-gallery

3
docs/templates/layout.html поставляемый
Просмотреть файл

@ -8,6 +8,8 @@
{#- TO INJECT INFORMATION FROM READTHEDOCS HERE #}
{% 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() }}
{#- CUSTOM THEME #}
@ -33,6 +35,7 @@
github: "{{ pathto('_static/img/gallery-github.svg', 1) }}"
}
</script>
{% endblock %}
{#- REPLACE ATTRIBUTES INSTANTLY TO DISABLE SOME HOOKS #}