[Notes] [Git][BuildGrid/buildgrid][master] setup.py: Unpin Sphinx and require RTD theme >= 0.4.2



Title: GitLab

Martin Blanchard pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • setup.py
    ... ... @@ -102,10 +102,9 @@ tests_require = [
    102 102
     ]
    
    103 103
     
    
    104 104
     docs_require = [
    
    105
    -    # rtd-theme broken in Sphinx >= 1.8, this breaks search functionality.
    
    106
    -    'sphinx == 1.7.8',
    
    105
    +    'sphinx',
    
    107 106
         'sphinx-click',
    
    108
    -    'sphinx-rtd-theme',
    
    107
    +    'sphinx-rtd-theme >= 0.4.2',  # For HTML search fix (upstream #672)
    
    109 108
         'sphinxcontrib-apidoc',
    
    110 109
         'sphinxcontrib-napoleon',
    
    111 110
     ]
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]