Skip to content

Commit

Permalink
Add sphinx-togglebutton dependency
Browse files Browse the repository at this point in the history
Create show/hide content with the .. toggle:: directive
  • Loading branch information
sarina committed Dec 6, 2024
1 parent 1b9b1a4 commit 2fd2316
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ sphinxcontrib-youtube
sphinx-autobuild
sphinx-design
sphinx-copybutton
sphinx-togglebutton
sphinxcontrib-mermaid
sphinxcontrib-images
sphinxcontrib-contentui
Expand Down
17 changes: 14 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.16
# via sphinx
anyio==4.6.2.post1
anyio==4.7.0
# via
# starlette
# watchfiles
Expand All @@ -30,6 +30,7 @@ docutils==0.21.2
# via
# pydata-sphinx-theme
# sphinx
# sphinx-togglebutton
h11==0.14.0
# via uvicorn
idna==3.10
Expand Down Expand Up @@ -66,14 +67,15 @@ soupsieve==2.6
# via beautifulsoup4
sphinx==7.4.7
# via
# -c /home/runner/work/docs.openedx.org/docs.openedx.org/requirements/constraints.txt
# -c /Users/serinacanelake/openedx/docs.openedx.org/requirements/constraints.txt
# -r requirements/base.in
# pydata-sphinx-theme
# sphinx-autobuild
# sphinx-book-theme
# sphinx-copybutton
# sphinx-design
# sphinx-tags
# sphinx-togglebutton
# sphinxcontrib-contentui
# sphinxcontrib-images
# sphinxcontrib-mermaid
Expand All @@ -89,6 +91,8 @@ sphinx-design==0.6.1
# via -r requirements/base.in
sphinx-tags==0.4
# via -r requirements/base.in
sphinx-togglebutton==0.3.2
# via -r requirements/base.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-contentui==0.2.5
Expand All @@ -114,7 +118,9 @@ sphinxext-rediraffe==0.2.7
starlette==0.41.3
# via sphinx-autobuild
typing-extensions==4.12.2
# via pydata-sphinx-theme
# via
# anyio
# pydata-sphinx-theme
urllib3==2.2.3
# via requests
uvicorn==0.32.1
Expand All @@ -123,3 +129,8 @@ watchfiles==1.0.0
# via sphinx-autobuild
websockets==14.1
# via sphinx-autobuild
wheel==0.45.1
# via sphinx-togglebutton

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 2fd2316

Please sign in to comment.