Skip to content

Commit

Permalink
Prepare rel 0.1.2 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus authored Sep 1, 2023
1 parent d890814 commit 89e08a1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ clean: ## Clean up built files.

build-ext: ## Build Sphinx extension.
npm run build
mkdir -p sphinx_nefertiti/colorsets/
cp site/css/bootstrap-icons.css sphinx_nefertiti/static/
cp site/css/bootstrap-icons.woff2 sphinx_nefertiti/static/
cp site/js/*.min.js sphinx_nefertiti/static/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sphinx-nefertiti",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"description": "Private repository related with sphinx-nefertiti.",
"engines": {
Expand Down
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ build-backend = "hatchling.build"

[project]
name = "sphinx-nefertiti"
description = "The theme Nefertiti for Sphinx"
requires-python = ">3.7"
description = "The Nefertiti for Sphinx theme"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"sphinx >= 6,<8"
]
authors = [
{ name = "Daniela Rus Morales", email = "[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sphinx>=5,<8
sphinx>=6,<8
2 changes: 1 addition & 1 deletion sphinx_nefertiti/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from sphinx_nefertiti import colorsets, fonts, pygments


__version__ = "0.1.1"
__version__ = "0.1.2"
__version_full__ = __version__


Expand Down

0 comments on commit 89e08a1

Please sign in to comment.