File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2222
2323html_theme = "furo"
2424html_theme_options = {
25- "source_repository" : "https://github.com/chrisjsewell/sphinx_pyscript /" ,
25+ "source_repository" : "https://github.com/chrisjsewell/sphinx-pyscript /" ,
2626 "source_branch" : "main" ,
2727 "source_directory" : "docs/" ,
2828}
Original file line number Diff line number Diff line change 11# Sphinx PyScript
22
3+ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/chrisjsewell/sphinx-pyscript?label=Like%20and%20Share%21&style=social )
4+
35This is a Sphinx extension that allows you to use [ PyScript] ( https://docs.pyscript.net ) in your documentation.
46
57``` {toctree}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies = [
2323]
2424
2525[project .urls ]
26- Home = " https://github.com/chrisjsewell/sphinx_pyscript "
26+ Home = " https://github.com/chrisjsewell/sphinx-pyscript "
2727Documentation = " https://sphinx-pyscript.readthedocs.io"
2828
2929[project .optional-dependencies ]
You canβt perform that action at this time.
0 commit comments