mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Run doxygen on ReadTheDocs.
This commit is contained in:
parent
d91a66e1c5
commit
46b6e4b52c
@ -25,6 +25,9 @@ import sys, os, re
|
|||||||
|
|
||||||
sys.path.append("../breathe")
|
sys.path.append("../breathe")
|
||||||
|
|
||||||
|
if os.environ.get('READTHEDOCS', None) == 'True':
|
||||||
|
subprocess.call('doxygen')
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
extensions = ['sphinx.ext.ifconfig', 'breathe']
|
extensions = ['sphinx.ext.ifconfig', 'breathe']
|
||||||
|
Loading…
Reference in New Issue
Block a user