• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

mkdocs_nature.egg-info/H03-May-2022-4330

nature/H03-May-2022-974787

MANIFEST.inH A D02-Dec-2017147 43

PKG-INFOH A D02-Dec-20171.3 KiB4330

README.rstH A D01-Dec-2017728 3220

setup.cfgH A D02-Dec-2017102 117

setup.pyH A D02-Dec-2017684 2723

README.rst

1=============
2MkDocs-Nature
3=============
4
5.. default-role:: code
6
7A `MkDocs`_ theme. A clone of the "greenish" Sphinx theme of the same name.
8
9For a demonstration of its `features`_ see the `documentation`_.
10
11Installation
12============
13
14To install the MkDocs-Nature them, run the following command::
15
16    pip install mkdocs-nature
17
18Setup
19=====
20
21Configure your MkDocs project to use the theme by setting the ``theme.name`` to ``nature``::
22
23    theme:
24        name: nature
25
26For a list of supported variables which can be set in the config, see the
27documented `features`_.
28
29.. _MkDocs: http://www.mkdocs.org/
30.. _features: https://waylan.github.io/mkdocs-nature/features/
31.. _documentation: https://waylan.github.io/mkdocs-nature/
32