Skip to content
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 408 Bytes

README.rst

File metadata and controls

22 lines (13 loc) · 408 Bytes

Sphinx extension for Symfony documentation

Installation

Install via pip:

$ pip install https://github.com/webuni/sphinx-symfonydocs

or if you have the code checked out locally:

$ python setup.py install

Configuration

Add the following to your conf.py:

extension = ['webuni.sphinx.symfonydocs']