mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-15 10:08:34 +01:00
Run doxygen on ReadTheDocs.
This commit is contained in:
@@ -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']
|
||||||
|
|||||||
Reference in New Issue
Block a user