Files
eepp/docs/doxyrest/conf.py
Martín Lucas Golini bec45f8b4b Added doxyrest support.
Cleaned up several documentation related stuffs.

--HG--
branch : dev
2020-01-03 03:42:14 -03:00

19 lines
347 B
Python

import os
import sys
project = 'eepp'
copyright = '2020, Martín Lucas Golini'
author = 'Martín Lucas Golini'
sys.path.insert(1, os.path.abspath('./sphinx'))
extensions = ['doxyrest', 'cpplexer']
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
html_theme = 'sphinx_rtd_theme'
doxyrest_tab_width = 4