Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iktakahiro/sphinx_theme_pd


https://github.com/iktakahiro/sphinx_theme_pd

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

Sphinx Theme 'pd'
=================

Material Design theme for `Sphinx`_

Sample
------

* https://sphinx-theme-pd.netlify.com/

Screen shot
-----------

.. image:: ./img/sphinx_theme_pd_1.png

.. image:: ./img/sphinx_theme_pd_2.png

.. image:: ./img/sphinx_theme_pd_3.png

.. image:: ./img/sphinx_theme_pd_4.png

Installation
------------

1. pip install

.. code::

$ pip install sphinx_theme_pd

2. Edit your conf.py

.. code::

import sphinx_theme_pd
html_theme = "sphinx_theme_pd"
html_theme_path = [sphinx_theme_pd.get_html_theme_path()]

Build
-----

.. code::
$ yarn
$ webpack

.. _Sphinx: http://sphinx-doc.org