Skip to content
  • Zejun Wu's avatar
    users_guide: fix sphinx error caused by non-explicit override · 5ed9c861
    Zejun Wu authored and Ben Gamari's avatar Ben Gamari committed
    Encouter following error when `make`:
    
    ```
    Extension error:
    The 'ghc-flag' directive is already registered to domain std
    ```
    
    as we register `ghc-flag` to `std` in `add_object_type` first and then
    overtride it in `add_directive_to_domain`.
    
    Test Plan:
      make -C utils/haddock/doc html SPHINX_BUILD=/usr/bin/sphinx-build
    
    Reviewers: austin, bgamari, patrickdoc
    
    Subscribers: rwbarton, carter
    
    Differential Revision: https://phabricator.haskell.org/D5161
    
    (cherry picked from commit 8c7d33a8)
    5ed9c861