Skip to content

Commit

Permalink
Merge branch 'main' into deploy-reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Jul 10, 2024
2 parents aa8f305 + 1c4125d commit 591ab8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['myst_parser']
extensions = ['myst_parser', "sphinx_copybutton"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
furo
sphinx
myst-parser
sphinx-copybutton

0 comments on commit 591ab8a

Please sign in to comment.