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 Changes
======= =======
3.0.1 (*2023-08-17*)
====================
- Fix inexistant CSS file
3.0.0 (*2023-08-02*) 3.0.0 (*2023-08-02*)
==================== ====================

View file

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

View file

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