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
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
3.0.1 (*2023-08-17*)
|
||||||
|
====================
|
||||||
|
|
||||||
|
- Fix inexistant CSS file
|
||||||
|
|
||||||
3.0.0 (*2023-08-02*)
|
3.0.0 (*2023-08-02*)
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
0
sphinx_nervproject_theme/static/theme.css
Normal file
0
sphinx_nervproject_theme/static/theme.css
Normal 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue