Skip to content
  • Chuck Tuffli's avatar
    doc: fix build warning for index.rst · 9fe35f4bc173
    Chuck Tuffli authored
    index.rst contained a circular reference in the Table Of Contents to
    itself which caused the warning::
    
        WARNING: circular toctree references detected, ignoring: index <- index
    
    Fix is to remove index from the toctree. Note this change also fixes the
    navigation at the bottom of the page which previously redirected to
    itself instead of the user-guide.rst page.
    9fe35f4bc173