-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2279f27
commit 27422eb
Showing
17 changed files
with
27 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,3 +134,4 @@ dmypy.json | |
# JavaScript | ||
/node_modules | ||
/snapshot_results | ||
/.nodeenv/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
[build-system] | ||
requires = ["setuptools"] | ||
build-backend = "setuptools.build_meta" | ||
requires = ["sphinx-theme-builder>=0.2.0b2"] | ||
build-backend = "sphinx_theme_builder" | ||
|
||
[project] | ||
version = "1.12.0rc1" | ||
name = "qiskit_sphinx_theme" | ||
name = "qiskit-sphinx-theme" | ||
description = "A Sphinx theme for Qiskit and Qiskit Ecosystem projects" | ||
dynamic = ["version"] | ||
|
||
license = { text = "Apache 2" } | ||
authors = [{ name = "Qiskit Development Team", email = "[email protected]" }] | ||
classifiers = [ | ||
|
@@ -39,6 +40,10 @@ _qiskit_furo = "qiskit_sphinx_theme" | |
"Bug Tracker" = "https://github.com/Qiskit/qiskit_sphinx_theme/issues" | ||
"Source Code" = "https://github.com/Qiskit/qiskit_sphinx_theme" | ||
|
||
[tool.sphinx-theme-builder] | ||
node-version = "18.16.0" | ||
|
||
|
||
[tool.pytest.ini_options] | ||
addopts = ["--import-mode=importlib"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
src/qiskit_sphinx_theme/assets/scripts/qiskit-sphinx-theme.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Empty file required by sphinx-theme-builder. | ||
// | ||
// This will allow us to fix Furo's JavaScript code to workaround | ||
// https://github.com/Qiskit/qiskit_sphinx_theme/issues/368. |
3 changes: 3 additions & 0 deletions
3
src/qiskit_sphinx_theme/assets/styles/qiskit-sphinx-theme.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/* Empty file required by sphinx-theme-builder. | ||
This will be replaced by Sass code that gets compiled. */ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
7 changes: 1 addition & 6 deletions
7
...qiskit_sphinx_theme/theme/furo/theme.conf → ...heme/theme/qiskit-sphinx-theme/theme.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters