working on sync_long

This commit is contained in:
Jinghao Shi
2017-04-07 16:48:34 -04:00
parent df46bc5309
commit 652c8c1bb7
16 changed files with 303 additions and 27 deletions

View File

@ -158,9 +158,20 @@ texinfo_documents = [
]
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
# =============================================================
# Custom configurations
# =============================================================
#
# Enable figure numbering
numfig = True
# global macros
rst_prolog = """
.. |project| replace:: OpenOFDM
.. |us| replace:: :math:`\mu s`
"""
math_number_all = True