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 22
22
23
23
html_theme = "furo"
24
24
html_theme_options = {
25
- "source_repository" : "https://github.com/chrisjsewell/sphinx_pyscript /" ,
25
+ "source_repository" : "https://github.com/chrisjsewell/sphinx-pyscript /" ,
26
26
"source_branch" : "main" ,
27
27
"source_directory" : "docs/" ,
28
28
}
Original file line number Diff line number Diff line change 1
1
# Sphinx PyScript
2
2
3
+ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/chrisjsewell/sphinx-pyscript?label=Like%20and%20Share%21&style=social )
4
+
3
5
This is a Sphinx extension that allows you to use [ PyScript] ( https://docs.pyscript.net ) in your documentation.
4
6
5
7
``` {toctree}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies = [
23
23
]
24
24
25
25
[project .urls ]
26
- Home = " https://github.com/chrisjsewell/sphinx_pyscript "
26
+ Home = " https://github.com/chrisjsewell/sphinx-pyscript "
27
27
Documentation = " https://sphinx-pyscript.readthedocs.io"
28
28
29
29
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments