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",