Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: markdown heading #1424

Merged
merged 1 commit into from
Mar 7, 2024

Commits on Mar 4, 2024

  1. doc: markdown heading

    The previous markdown was not valid and yielded the following warning:
    
    ```sh
    ⬛make html
    Running Sphinx v5.3.0
    WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).
    making output directory... done
    building [mo]: targets for 0 po files that are out of date
    building [html]: targets for 34 source files that are out of date
    updating environment: [new config] 34 added, 0 changed, 0 removed
    reading sources... [100%] virtual_machines
    hackrf/docs/source/list_of_hardware_revisions.rst:36: WARNING: Title underline too short.
    
    HackRF One r10
    ~~~~~~~~~~~~~
    hackrf/docs/source/list_of_hardware_revisions.rst:36: WARNING: Title underline too short.
    
    HackRF One r10
    ~~~~~~~~~~~~~
    looking for now-outdated files... none found
    pickling environment... done
    checking consistency... done
    preparing documents... done
    writing output... [100%] virtual_machines
    generating indices... genindex done
    writing additional pages... search done
    copying images... [100%] ../images/noisereducingcablescreenshot.jpeg
    copying static files... done
    copying extra files... done
    dumping search index in English (code: en)... done
    dumping object inventory... done
    build succeeded, 3 warnings.
    
    The HTML pages are in build/html.
    ```
    
    Congratulations on double digits.
    Friendly authored and Friendly committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    57f9d7a View commit details
    Browse the repository at this point in the history