Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "documentation",
"description": "Updated Sphinx to 9.1 and updated the tabs in the Smithy 1.0 docs to use the same tab library that 2.0 uses.",
"pull_requests": [
"[#2942](https://github.com/smithy-lang/smithy/pull/2942)"
]
}
37 changes: 26 additions & 11 deletions docs/landing-page/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ module-root = ""
name = "smithy"
version = "1.0.0"
dependencies = [
"sphinx==8.2.3",
"sphinx==9.1.0",
"pygments==2.19.2",
"furo==2025.12.19",

# Used by new docs
"sphinx-inline-tabs==2025.12.21.14",
"Sphinx-Substitution-Extensions==2026.1.12",

# Used by old docs
"sphinx-tabs>=3.4.7",

"sphinx_copybutton==0.5.2",
"sphinx-autobuild==2025.8.25",

Expand Down
4 changes: 2 additions & 2 deletions docs/source-1.0/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
with open(shared_config) as file:
exec(file.read())

# TODO: Migrate to use the 2.0 tabs library.
extensions.append("sphinx_tabs.tabs")
# Add sphinx-inline-tabs extension for converted tabs
extensions.append("sphinx_inline_tabs")

# Place version specific overrides after here.
html_title = "Smithy 1.0"
Expand Down
Loading
Loading