mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Fixed dropdown not working in project adventure
This commit is contained in:
parent
a866bb6e11
commit
ccbb3d3f1e
2 changed files with 4 additions and 2 deletions
|
|
@ -85,8 +85,9 @@ stick with a simple text-based intro. Try to recreate the following:
|
|||
self.play(Unwrite(intro), Unwrite(vec_txts), run_time=.5)
|
||||
self.wait(0.2)
|
||||
|
||||
.. dropdown:: Authors Solution
|
||||
|
||||
.. admonition:: Authors solution
|
||||
:class: dropdown
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
class AdventureIntro(Scene):
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ extensions = [
|
|||
"sphinx.ext.inheritance_diagram",
|
||||
"sphinxcontrib.programoutput",
|
||||
"myst_parser",
|
||||
"sphinx_togglebutton"
|
||||
]
|
||||
|
||||
# Automatically generate stub pages when using the .. autosummary directive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue