mirror of
https://github.com/jhshi/openofdm.git
synced 2025-06-15 05:38:13 +00:00
working on sync_long
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user