Fix missing CSS file

This commit is contained in:
Kujiu 2023-08-17 23:19:32 +02:00
parent 7df911761e
commit 988f1af97e
Signed by: kujiu
GPG Key ID: ABBB2CAC6855599F
4 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
Changes
=======
3.0.1 (*2023-08-17*)
====================
- Fix inexistant CSS file
3.0.0 (*2023-08-02*)
====================

View File

@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "sphinx_nervproject_theme"
version = "3.0.0"
version = "3.0.1"
requires-python = ">=3.8"
dependencies = [
"Sphinx>=7.0.0",

View File

@ -1,6 +1,6 @@
[theme]
inherit = basic
stylesheet = css/theme.css # required by sphinx
stylesheet = theme.css # required by sphinx
pygments_style = paraiso-dark
sidebars = util/searchbox.html, util/sidetoc.html