[Notes] [Git][BuildGrid/buildgrid][master] Locked sphinx to version 1.7.8.



Title: GitLab

finn pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • setup.py
    ... ... @@ -97,7 +97,8 @@ tests_require = [
    97 97
     ]
    
    98 98
     
    
    99 99
     docs_require = [
    
    100
    -    'sphinx',
    
    100
    +    # rtd-theme broken in Sphinx >= 1.8, this breaks search functionality.
    
    101
    +    'sphinx == 1.7.8',
    
    101 102
         'sphinx-click',
    
    102 103
         'sphinx-rtd-theme',
    
    103 104
         'sphinxcontrib-apidoc',
    



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