Skip to content

Commit 6c868f0

Browse files
committed
🔧 📚 Temporary fix for docs build
1 parent 3fe1a79 commit 6c868f0

File tree

2 files changed

+49
-5
lines changed

2 files changed

+49
-5
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ qutip = { version = ">=4.7,<5.0", optional = true }
4646
sax = { version = "==0.12.2", optional = true } # Pinned for pydantic <v2 compatibility
4747
tabulate = { version = "*", optional = true }
4848
scikit-rf = { version = ">=1.1.0,<2.0.0", optional = true }
49-
# sky130 = { git = "https://github.com/daquintero/skywater130.git", branch = "dario/patch_for_rladder_gplugins", optional = true } # Depreciated until gdsfactory8
49+
sky130 = { git = "https://github.com/daquintero/skywater130.git", branch = "dario/patch_for_rladder_gplugins", optional = true } # Depreciated until gdsfactory8
5050
sky130-hdl21 = { version = ">=6.0.0,<7.0.0", optional = true }
5151
thewalrus = { version = ">=0.20.0,<0.21.0", optional = true }
5252
vlsirtools = { version = ">=6.0.0,<7.0.0", optional = true }
@@ -86,7 +86,7 @@ sphinx-gallery = { version = "*", optional = true }
8686
sphinx-pydantic = { version = "*", optional = true }
8787
sphinx-rtd-theme = { version = "*", optional = true }
8888
sphinx-version-warning = { version = "*", optional = true }
89-
# sphinxcontrib-pdfembed = { git = "https://github.com/SuperKogito/sphinxcontrib-pdfembed.git", optional = true }
89+
sphinxcontrib-pdfembed = { git = "https://github.com/SuperKogito/sphinxcontrib-pdfembed.git", optional = true }
9090
tox = { version = "*", optional = true }
9191
watchdog = { version = "*", optional = true }
9292

0 commit comments

Comments
 (0)