8000 Add inline tabs on Quick Reference page for commands on different systems by lancegoyke · Pull Request #1205 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Add inline tabs on Quick Reference page for commands on different systems #1205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
add sphinx-inline-tabs dependency
  • Loading branch information
lancegoyke committed Oct 25, 2023
commit b0ff32da0876c7a9f1c34c74f697a2fa10f23259
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
'sphinx_copybutton',
'sphinxext.opengraph',
'sphinxext.rediraffe',
'sphinx_inline_tabs',
]

# The master toctree document.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ sphinx-notfound-page>=1.0.0
sphinx_copybutton>=0.3.3
sphinxext-opengraph>=0.7.1
sphinxext-rediraffe
sphinx-inline-tabs>=2023.4.21
0