Skip to content

Commit 23b47aa

Browse files
committed
enable reproducible build
1 parent 689dbf4 commit 23b47aa

4 files changed

Lines changed: 79 additions & 7 deletions

File tree

sphinx-ui/demo/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@
2121

2222
html_theme = 'quantinuum_sphinx'
2323
html_static_path = ['_static']
24-
html_favicon = 'quantinuum-sphinx/_static/assets/quantinuum_favicon.svg'

sphinx-ui/pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[project]
2-
name = "quantinuum-sphinx"
3-
version = "0.5.0rc1"
2+
name = "quantinuum_sphinx"
3+
version = "0.7.0rc1"
44
description = ""
55
authors = [
66
{ name = "Aidan Keay", email = "aidan.keay@quantinuum.com" },
7+
{ name = "Irfan Khan", email = "irfan.khan@quantinuum.com" }
78
]
89
readme = "README.md"
910

@@ -13,13 +14,13 @@ furo = "^2024.5.6"
1314

1415
[tool.poetry]
1516
include = [
16-
{ path = "quantinuum-sphinx/page.html", format = ["sdist", "wheel"] },
17-
{ path = "quantinuum-sphinx/static", format = ["sdist", "wheel"] },
17+
{ path = "quantinuum_sphinx/page.html", format = ["sdist", "wheel"] },
18+
{ path = "quantinuum_sphinx/static", format = ["sdist", "wheel"] },
1819
]
1920

2021
[build-system]
2122
requires = ["poetry-core"]
2223
build-backend = "poetry.core.masonry.api"
2324

2425
[project.entry-points]
25-
"sphinx.html_themes" = { quantinuum-sphinx = "quantinuum-sphinx" }
26+
"sphinx.html_themes" = { quantinuum_sphinx = "quantinuum_sphinx" }

sphinx-ui/react/package-lock.json

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sphinx-ui/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"zod": "^3.23.8"
3535
},
3636
"dependencies": {
37-
"@quantinuum/quantinuum-ui": "^2.4.0",
37+
"@quantinuum/documentation-ui": "file:../..",
3838
"react": "^18.3.1"
3939
}
4040
}

0 commit comments

Comments
 (0)