Non-content changes. This series renames the source files to be easier to navigate and updates the build to match templates from an earlier version of Sphinx which will make it easier to track changes for newer versions of sphinx. Grant Likely (4): trivial: Add chapter number to source files fix python3 compatibility Update Makefile to newer Sphinx 'minimal' style Updates to match Sphinx templates Makefile | 232 +--------------- ...oduction.rst => chapter1-introduction.rst} | 0 ...ics.rst => chapter2-devicetree-basics.rst} | 0 ...vicenodes.rst => chapter3-devicenodes.rst} | 0 ...dings.rst => chapter4-device-bindings.rst} | 0 ...rmat.rst => chapter5-flattened-format.rst} | 0 ...guage.rst => chapter6-source-language.rst} | 0 source/conf.py | 255 ++++++------------ source/index.rst | 12 +- 9 files changed, 103 insertions(+), 396 deletions(-) rename source/{introduction.rst => chapter1-introduction.rst} (100%) rename source/{devicetree-basics.rst => chapter2-devicetree-basics.rst} (100%) rename source/{devicenodes.rst => chapter3-devicenodes.rst} (100%) rename source/{device-bindings.rst => chapter4-device-bindings.rst} (100%) rename source/{flattened-format.rst => chapter5-flattened-format.rst} (100%) rename source/{source-language.rst => chapter6-source-language.rst} (100%) -- 2.20.1