No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Este repositorio está archivado. Puede ver los archivos y clonarlo, pero no puede subir cambios o reportar incidencias ni pedir Pull Requests.
 
 
 
 
 
 
Dimitri Merejkowsky 0e86746abe
theme: traductions française
hace 4 años
..
docs Import nameko theme hace 4 años
sphinx_nameko_theme theme: traductions française hace 4 años
.gitignore Import nameko theme hace 4 años
.travis.yml Import nameko theme hace 4 años
LICENSE Import nameko theme hace 4 años
MANIFEST.in Import nameko theme hace 4 años
README.rst Import nameko theme hace 4 años
setup.py Import nameko theme hace 4 años

README.rst

===================
Sphinx Nameko Theme
===================

Official sphinx theme for `nameko <https://github.com/onefinestay/nameko>`_.

Forked from `Sphinx Readable Theme <https://github.com/ignacysokolowski/sphinx-readable-theme>`_, combined with elements of the `Read The Docs <https://github.com/snide/sphinx_rtd_theme>`_ theme.


Installation and setup
======================


Install from PyPI::

$ pip install sphinx-nameko-theme

And add this to your Sphinx ``conf.py``:

.. code-block:: python

import sphinx_nameko_theme

html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]
html_theme = 'nameko'


Example
=======

The official `nameko <https://nameko.readthedocs.org>`_ documentation uses this theme.

License
=======

Sphinx Nameko Theme is licensed under the MIT license.


Changelog
=========

Version 0.0.3
-------------

Add colours to admonitions
Nicer styles for inline literals

Version 0.0.2
-------------

Remove symlink confusing ReadTheDocs

Version 0.0.1
-------------

Initial fork