mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Added doxyrest support.
Cleaned up several documentation related stuffs. --HG-- branch : dev
This commit is contained in:
18
docs/doxyrest/conf.py
Normal file
18
docs/doxyrest/conf.py
Normal 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
|
||||
Reference in New Issue
Block a user