Changeset b866abf in sasmodels


Ignore:
Timestamp:
Sep 19, 2017 12:25:18 PM (7 years ago)
Author:
pkienzle
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
0f48f1e
Parents:
058460c
Message:

make sure doc build doesn't require access to display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genmodel.py

    r745b7bb rb866abf  
    33import sys, os, math, re 
    44import numpy as np 
     5import matplotlib 
     6matplotlib.use('Agg') 
    57import matplotlib.pyplot as plt 
    68sys.path.insert(0, os.path.abspath('..')) 
Note: See TracChangeset for help on using the changeset viewer.