Skip to content

Commit

Permalink
feat: new release (#1601)
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
kai687 authored Dec 2, 2023
1 parent e500da2 commit ae609f8
Show file tree
Hide file tree
Showing 7 changed files with 399 additions and 399 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/install/includes/install.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pip install sphinxawesome-theme --pre
pip install sphinxawesome-theme
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinxawesome-theme"
version = "5.0.0-rc.1"
version = "5.0.0"
description = "An awesome theme for the Sphinx documentation generator"
readme = "README.md"
authors = ["Kai Welke <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dulwich==0.21.6 ; python_version == "3.8"
fastjsonschema==2.19.0 ; python_version == "3.8"
filelock==3.13.1 ; python_version == "3.8"
idna==3.6 ; python_version == "3.8"
importlib-metadata==6.8.0 ; python_version == "3.8"
importlib-metadata==6.9.0 ; python_version == "3.8"
importlib-resources==6.1.1 ; python_version == "3.8"
installer==0.7.0 ; python_version == "3.8"
jaraco-classes==3.3.0 ; python_version == "3.8"
Expand Down Expand Up @@ -47,6 +47,6 @@ tomlkit==0.12.3 ; python_version == "3.8"
trove-classifiers==2023.11.29 ; python_version == "3.8"
urllib3==2.1.0 ; python_version == "3.8"
userpath==1.9.1 ; python_version == "3.8"
virtualenv==20.24.7 ; python_version == "3.8"
virtualenv==20.25.0 ; python_version == "3.8"
xattr==0.10.1 ; sys_platform == "darwin" and python_version == "3.8"
zipp==3.17.0 ; python_version == "3.8"
8 changes: 4 additions & 4 deletions src/theme-src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sphinxawesome-theme",
"version": "5.0.0-rc.1",
"version": "5.0.0",
"scripts": {
"build": "NODE_ENV=production webpack",
"dev": "NODE_ENV=development webpack --watch --progress",
Expand Down Expand Up @@ -30,11 +30,11 @@
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"cssnano-preset-advanced": "^6.0.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-webpack-plugin": "^4.0.1",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.3.0",
Expand Down
Loading

0 comments on commit ae609f8

Please sign in to comment.