Documentation Fixes
- Jan 16, 2021
-
-
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.
-
Cc: @Pixtxa
Sphinx wants us to make the title underlines the exact same length as the text above. Fix all related warnings in our codebase.
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