Metadata-Version: 2.0
Name: doxybuild
Version: 0.1.1-alpha
Summary: Scripts for building documents in Doxy
Home-page: https://gitlab.com/doxy/doxybuild/
Author: Alex Thorne
Author-email: alex@thorne.cc
License: MIT
Keywords: ci,doxy,tex,latex,document
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

Doxy Build
==========

This repo contains build scripts for the Doxy system. At present, only LaTeX
is supported, via latexmk.

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

To install, run::

  pip install doxybuild

Maintainers
-----------

* `Alex Thorne <mailto:alex@thorne.cc>`_


