cyclus / cyclus.github.com

Landing page repository
http://fuelcycle.org
Other
8 stars 30 forks source link

Attempt to preview the website #287

Open KennellyT opened 6 years ago

KennellyT commented 6 years ago

After following the steps in Best practice workflow for contributing to site changes and getting to make gh-preview I received this error:

Extension error:
Could not import extension numpydoc (exception: cannot import name 'Directive')
make: *** [gh-preview] Error 2
scopatz commented 6 years ago

Hi @KennellyT - you need to install numpydoc

KennellyT commented 6 years ago

Hey @scopatz - After install numpydoc, I received the same error. I downgraded Sphinx to 1.6.7 and after it passed the numpydoc section but has run into an error:

parsing bibtex file /Users/tyler/cyclus.github.com/source/newsletters/pubsoct2017.bib... parsed 6 entries
make: *** [gh-preview] Segmentation fault: 11
scopatz commented 6 years ago

hmm that is really weird.

bam241 commented 6 years ago

@KennellyT have you try a make clean before building ?