Skip to content
Snippets Groups Projects
Commit 0dbd8c64 authored by Fernando K's avatar Fernando K
Browse files

feat: add sphinx togglebutton, relax Python version

parent 5565294b
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,9 @@ sphinx-inline-tabs = "*" ...@@ -14,8 +14,9 @@ sphinx-inline-tabs = "*"
sphinx-copybutton = "*" sphinx-copybutton = "*"
sphinx-tippy = "*" sphinx-tippy = "*"
myst-parser = "*" myst-parser = "*"
sphinx-togglebutton = "*"
[dev-packages] [dev-packages]
[requires] [requires]
python_version = "3.11.6" python_version = "3.11"
This diff is collapsed.
...@@ -29,6 +29,7 @@ extensions = [ ...@@ -29,6 +29,7 @@ extensions = [
"sphinx_inline_tabs", "sphinx_inline_tabs",
"sphinx_copybutton", "sphinx_copybutton",
"sphinx_tippy", "sphinx_tippy",
"sphinx_togglebutton",
"myst_parser", "myst_parser",
"inline_svgbob", "inline_svgbob",
"ipmi", "ipmi",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment