diff --git a/example_docs/docs/conf.py b/example_docs/docs/conf.py index 9f466940..c72dfd16 100644 --- a/example_docs/docs/conf.py +++ b/example_docs/docs/conf.py @@ -23,6 +23,11 @@ release = "9.99" html_theme = "qiskit-ecosystem" +html_theme_options = { + "source_repository": "https://github.com/Qiskit/qiskit_sphinx_theme/", + "source_branch": "main", + "source_directory": "example_docs/docs/", +} # This allows including custom CSS and HTML templates. html_static_path = ["_static"] diff --git a/tests/js/tests.js-snapshots/Jupyter-works-with-copybutton-1-linux.png b/tests/js/tests.js-snapshots/Jupyter-works-with-copybutton-1-linux.png index 02ed497a..9a5fdd2e 100644 Binary files a/tests/js/tests.js-snapshots/Jupyter-works-with-copybutton-1-linux.png and b/tests/js/tests.js-snapshots/Jupyter-works-with-copybutton-1-linux.png differ diff --git a/tests/js/tests.js-snapshots/Sphinx-Design-elements-have-no-shadows-1-linux.png b/tests/js/tests.js-snapshots/Sphinx-Design-elements-have-no-shadows-1-linux.png index 8ef7a080..f85b594d 100644 Binary files a/tests/js/tests.js-snapshots/Sphinx-Design-elements-have-no-shadows-1-linux.png and b/tests/js/tests.js-snapshots/Sphinx-Design-elements-have-no-shadows-1-linux.png differ diff --git a/tests/js/tests.js-snapshots/api-docs-class-page-1-linux.png b/tests/js/tests.js-snapshots/api-docs-class-page-1-linux.png index b4dbae68..e999b083 100644 Binary files a/tests/js/tests.js-snapshots/api-docs-class-page-1-linux.png and b/tests/js/tests.js-snapshots/api-docs-class-page-1-linux.png differ diff --git a/tests/js/tests.js-snapshots/api-docs-function-page-1-linux.png b/tests/js/tests.js-snapshots/api-docs-function-page-1-linux.png index 691e1312..55d89320 100644 Binary files a/tests/js/tests.js-snapshots/api-docs-function-page-1-linux.png and b/tests/js/tests.js-snapshots/api-docs-function-page-1-linux.png differ diff --git a/tests/js/tests.js-snapshots/api-docs-inline-classes-1-linux.png b/tests/js/tests.js-snapshots/api-docs-inline-classes-1-linux.png index 0ffc9c29..031da7eb 100644 Binary files a/tests/js/tests.js-snapshots/api-docs-inline-classes-1-linux.png and b/tests/js/tests.js-snapshots/api-docs-inline-classes-1-linux.png differ diff --git a/tests/js/tests.js-snapshots/api-docs-module-page-1-linux.png b/tests/js/tests.js-snapshots/api-docs-module-page-1-linux.png index d7a2ac94..fcfc42b1 100644 Binary files a/tests/js/tests.js-snapshots/api-docs-module-page-1-linux.png and b/tests/js/tests.js-snapshots/api-docs-module-page-1-linux.png differ diff --git a/tests/js/tests.js-snapshots/inline-table-of-contents-have-correct-fonts-1-linux.png b/tests/js/tests.js-snapshots/inline-table-of-contents-have-correct-fonts-1-linux.png index 07ca4b71..f53936cc 100644 Binary files a/tests/js/tests.js-snapshots/inline-table-of-contents-have-correct-fonts-1-linux.png and b/tests/js/tests.js-snapshots/inline-table-of-contents-have-correct-fonts-1-linux.png differ diff --git a/tests/js/tests.js-snapshots/top-nav-bar-uses-custom-page-ToC-icon-on-tablet-1-linux.png b/tests/js/tests.js-snapshots/top-nav-bar-uses-custom-page-ToC-icon-on-tablet-1-linux.png index 44deb9e0..37e88534 100644 Binary files a/tests/js/tests.js-snapshots/top-nav-bar-uses-custom-page-ToC-icon-on-tablet-1-linux.png and b/tests/js/tests.js-snapshots/top-nav-bar-uses-custom-page-ToC-icon-on-tablet-1-linux.png differ