Fix missing CSS file
This commit is contained in:
parent
7df911761e
commit
988f1af97e
4 changed files with 7 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
3.0.1 (*2023-08-17*)
|
||||
====================
|
||||
|
||||
- Fix inexistant CSS file
|
||||
|
||||
3.0.0 (*2023-08-02*)
|
||||
====================
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
0
sphinx_nervproject_theme/static/theme.css
Normal file
0
sphinx_nervproject_theme/static/theme.css
Normal 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue