From c29083ee29dcac2f67d71861229b31cfa0cd4938 Mon Sep 17 00:00:00 2001 From: "kujiu (@ciredutemps)" Date: Wed, 27 May 2020 15:52:24 +0200 Subject: [PATCH] Update description and state --- README.rst | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ac4ba6d..e7a029e 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ A modern responsive theme for python's `Sphinx `_ doc sphinx_press_theme and ablog. This theme is based on `VuePress `_. -It uses `Vue.js `_ and `Stylus `_ managed by +It uses `Vue.js `_ and LessCSS managed by `webpack `_ through `vue-cli `_. @@ -68,3 +68,8 @@ prefers-color-scheme media queries. This is automatically done by a compatible browser. If not, the default theme is used. Some browsers need manual configuration like Chromium on Linux (a flag to enable for all websites). + +Example +~~~~~~~ + +See the `Nerv Project's web site `_ diff --git a/setup.py b/setup.py index 0530d82..d98bf15 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setup( classifiers=[ "Framework :: Sphinx", "Framework :: Sphinx :: Theme", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "Environment :: Console", "Environment :: Web Environment",