Files

copied
Last update 2 years 1 month by Gianpaolo Macario
Filesdocssource
..
LPC43XX_Debugging.rst
LPC43XX_SGPIO_Configuration.rst
conf.py
enclosure_options.rst
expansion_interface.rst
external_clock_interface.rst
faq.rst
firmware_development_setup.rst
getting_help.rst
getting_started_hackrf_gnuradio.rst
hackrf_one.rst
hackrf_projects_mentions.rst
hackrf_sweep.rst
hackrfs_buttons.rst
hardware_components.rst
hardware_triggering.rst
index.rst
installing_hackrf_software.rst
jawbreaker.rst
libhackrf_api.rst
list_of_hardware_revisions.rst
opera_cake.rst
opera_cake_board_addressing.rst
opera_cake_faq.rst
opera_cake_hardware.rst
opera_cake_modes_of_operation.rst
opera_cake_port_configuration.rst
rf_shield_installation.rst
software_support.rst
tips_tricks.rst
troubleshooting.rst
updating_firmware.rst
conf.py
import sphinx_rtd_theme extensions = [ 'sphinx_rtd_theme' ] # -- Project information ----------------------------------------------------- project = 'HackRF' copyright = '2021, Great Scott Gadgets' author = 'Great Scott Gadgets' version = '' release = '' # -- General configuration --------------------------------------------------- extensions = [ 'sphinx.ext.autodoc' ] templates_path = ['_templates'] exclude_patterns = ['_build'] source_suffix = '.rst' master_doc = 'index' language = None exclude_patterns = [] pygments_style = None # -- Options for HTML output ------------------------------------------------- # run pip install sphinx_rtd_theme if you get sphinx_rtd_theme errors html_theme = "sphinx_rtd_theme" html_css_files = ['status.css']
Report a bug