Skip to content
  • andreas.abel's avatar
    1d0105dd
    Fix #7712 fix #7803: do not link to other .rst file by .html links anymore · 1d0105dd
    andreas.abel authored
    Links to .html files are not checked by sphinx and thus bit-rot.
    Rather, link by :ref:, :doc:, :option: etc.
    
    This commit does not address the links of the form
    
      ../release/cabal-latest/doc/API/**.html
    
    which I do not know how to handle.  These are all broken on
    readthedocs.org and I have no clue how these were supposed to work.
    1d0105dd
    Fix #7712 fix #7803: do not link to other .rst file by .html links anymore
    andreas.abel authored
    Links to .html files are not checked by sphinx and thus bit-rot.
    Rather, link by :ref:, :doc:, :option: etc.
    
    This commit does not address the links of the form
    
      ../release/cabal-latest/doc/API/**.html
    
    which I do not know how to handle.  These are all broken on
    readthedocs.org and I have no clue how these were supposed to work.
Loading