Sphinx theme based on sphinx_press_theme.
Go to file
Kujiu cf9a89b07b
Fix ISSO and JS
2020-06-20 01:21:10 +02:00
demo Refactoring CSS/JS 2020-06-19 23:39:59 +02:00
docs Refactoring CSS/JS 2020-06-19 23:39:59 +02:00
sphinx_nervproject_theme Fix ISSO and JS 2020-06-20 01:21:10 +02:00
ui Fix ISSO and JS 2020-06-20 01:21:10 +02:00
.gitignore Refactoring CSS/JS 2020-06-19 23:39:59 +02:00
AUTHORS Initial release 2020-05-23 22:10:30 +02:00
CHANGES Fix ISSO and JS 2020-06-20 01:21:10 +02:00
LICENCE_FOR_FONTAWESOME.txt Refactoring CSS/JS 2020-06-19 23:39:59 +02:00
LICENSE Initial release 2020-05-23 22:10:30 +02:00
LICENSE-de Initial release 2020-05-23 22:10:30 +02:00
LICENSE-fr Initial release 2020-05-23 22:10:30 +02:00
LICENSE-nl Initial release 2020-05-23 22:10:30 +02:00
README.rst Refactoring CSS/JS 2020-06-19 23:39:59 +02:00
babel.cfg Initial release 2020-05-23 22:10:30 +02:00
package-lock.json Refactoring CSS/JS 2020-06-19 23:39:59 +02:00
package.json Fix ISSO and JS 2020-06-20 01:21:10 +02:00
requirements.txt Update requirements 2020-05-27 15:46:39 +02:00
setup.cfg Initial release 2020-05-23 22:10:30 +02:00
setup.py Fix ISSO and JS 2020-06-20 01:21:10 +02:00

README.rst

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

Sphinx NervProject Theme

A modern responsive theme for python's Sphinx documentation generator based on sphinx_press_theme and ablog.

This theme is based on VuePress. It uses Vue.js and LessCSS managed by webpack through vue-cli.

Usage

On Sphinx project's conf.py: set the theme name to nervproject.

html_theme = "nervproject"

See details on Sphinx theming docs.

Development

To rebuild web assets:

npm run build

Install theme locally with pip install -e ..

docs folder contains theme's own documentantion.

cd docs
make clean; make html

Compatibility

This theme needs CSS vars enabled in the browser, so it doesn't work on IE. Four color variations are available :

  • light low contrast (default) ;

  • light high contrast ;

  • dark low contrast ;

  • dark high contrast.

The good one is used based on prefers-contrast and 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

</html>