Changeset 2901 for trunk


Ignore:
Timestamp:
Jul 4, 2017 9:52:11 AM (6 years ago)
Author:
toby
Message:

try to fix Docs build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r2887 r2901  
    447447        bits = '32'
    448448
     449    # if np.__version__ is None we must be in Read The Docs
     450    if np.__version__ is None: return
     451   
    449452    # format current python & numpy versions
    450453    pyver = 'p{}.{}'.format(*sys.version_info[0:2])
Note: See TracChangeset for help on using the changeset viewer.