Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 354 Bytes

File metadata and controls

21 lines (14 loc) · 354 Bytes

The documentation website for Alembic.

Requires

::

- sphinx 1.4 (pip install sphinx)
- breathe 4.1.0 (pip install breathe)

Building

::

$ git clone http://github.com/alembic-docs
$ cd alembic-docs
$ mkdir build; cd build
$ cmake .. [OPTIONS]