Skip to content
Snippets Groups Projects

Documentation Fixes

Merged rahix requested to merge rahix/fix-menu-docs into master
  1. Jan 16, 2021
    • rahix's avatar
      docs: Fix warnings about title underlines · 577a2de0
      rahix authored
      Sphinx wants us to make the title underlines the exact same length as
      the text above.  Fix all related warnings in our codebase.
      577a2de0
    • rahix's avatar
      docs(simple_menu): Fix autodoc errors · dece3049
      rahix authored
      When sphinx autodoc imports this module, the global code trying to fill
      in the LONG_PRESS_MS and RETRIGGER_MS values will fail to run leading to
      exceptions and autodoc not generating any documentation for this module.
      
      Fixes: #230
      dece3049
Loading