Added doxyrest support.

Cleaned up several documentation related stuffs.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2020-01-03 03:42:14 -03:00
parent 58f1c6cefc
commit bec45f8b4b
172 changed files with 8034 additions and 730 deletions

18
docs/doxyrest/conf.py Normal file
View File

@@ -0,0 +1,18 @@
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