Skip to content

Commit

Permalink
Update to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theogiraudet committed Dec 21, 2024
1 parent a924a70 commit 6439b6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extensions = [

### Tree views

These components are based on [sphinx-treeview](https://github.com/jupyter-sphinx/sphinx-treeview).
These components are based on [sphinx-treeview](https://github.com/Altearn/Sphinx-Tree-View).

#### Minecraft directory tree
**Usage:**
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ build-backend = "pdm.backend"

[project]
name = "sphinx-minecraft"
version = "1.0.0"
version = "1.0.1"
description = "Add different Minecraft-oriented components to Sphinx."
authors = [{ name = "theogiraudet", email = "[email protected]" }, { name = "Aksiome", email = "[email protected]" }]
dependencies = ["sphinx", "sphinx-treeview==1.0.0"]
dependencies = ["sphinx", "sphinx-treeview==1.0.1"]
requires-python = "==3.12.*"
license = { text = "MPL-2.0" }
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Framework :: Sphinx :: Extension",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx
sphinx-treeview==0.1.2
sphinx-treeview==1.0.1

0 comments on commit 6439b6d

Please sign in to comment.