Update description and state

This commit is contained in:
Kujiu 2020-05-27 15:52:24 +02:00
parent f4dc9af2ee
commit c29083ee29
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F
2 changed files with 7 additions and 2 deletions

View file

@ -5,7 +5,7 @@ A modern responsive theme for python's `Sphinx <http://www.sphinx-doc.org>`_ doc
sphinx_press_theme and ablog. sphinx_press_theme and ablog.
This theme is based on `VuePress <https://vuepress.vuejs.org/>`_. This theme is based on `VuePress <https://vuepress.vuejs.org/>`_.
It uses `Vue.js <https://vuejs.org/>`_ and `Stylus <http://stylus-lang.com/>`_ managed by It uses `Vue.js <https://vuejs.org/>`_ and LessCSS managed by
`webpack <https://webpack.js.org>`_ through `vue-cli <https://cli.vuejs.org/>`_. `webpack <https://webpack.js.org>`_ through `vue-cli <https://cli.vuejs.org/>`_.
@ -68,3 +68,8 @@ prefers-color-scheme media queries. This is automatically
done by a compatible browser. If not, the default theme done by a compatible browser. If not, the default theme
is used. Some browsers need manual configuration like is used. Some browsers need manual configuration like
Chromium on Linux (a flag to enable for all websites). Chromium on Linux (a flag to enable for all websites).
Example
~~~~~~~
See the `Nerv Project's web site <https://www.nerv-project.eu>`_

View file

@ -65,7 +65,7 @@ setup(
classifiers=[ classifiers=[
"Framework :: Sphinx", "Framework :: Sphinx",
"Framework :: Sphinx :: Theme", "Framework :: Sphinx :: Theme",
"Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)", "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Environment :: Console", "Environment :: Console",
"Environment :: Web Environment", "Environment :: Web Environment",