Update description and state
This commit is contained in:
parent
f4dc9af2ee
commit
c29083ee29
2 changed files with 7 additions and 2 deletions
|
@ -5,7 +5,7 @@ A modern responsive theme for python's `Sphinx <http://www.sphinx-doc.org>`_ doc
|
|||
sphinx_press_theme and ablog.
|
||||
|
||||
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/>`_.
|
||||
|
||||
|
||||
|
@ -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 <https://www.nerv-project.eu>`_
|
||||
|
|
2
setup.py
2
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",
|
||||
|
|
Loading…
Reference in a new issue