Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Це архівний репозитарій. Ви можете переглядати і клонувати файли, але не можете робити пуш або відкривати питання/запити.
 
 
 
 
 
 
Dimitri Merejkowsky 0e86746abe
theme: traductions française
4 роки тому
..
docs Import nameko theme 4 роки тому
sphinx_nameko_theme theme: traductions française 4 роки тому
.gitignore Import nameko theme 4 роки тому
.travis.yml Import nameko theme 4 роки тому
LICENSE Import nameko theme 4 роки тому
MANIFEST.in Import nameko theme 4 роки тому
README.rst Import nameko theme 4 роки тому
setup.py Import nameko theme 4 роки тому

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