NYUCCL / psiTurk

An open platform for science on Amazon Mechanical Turk.
https://psiturk.org
MIT License
277 stars 140 forks source link

building docs, extension error: config value 'math_number_all' already present #222

Closed deargle closed 8 years ago

deargle commented 8 years ago

psiturk's sphinx config loads pngmath and mathjax. as of sphinx 1.4 (i think) pngmath has been deprecated and imgmath has taken its place. See here. When I try to build the docs I get a 'math_number_all' error message and they won't build, even if I replace pngmath with imgmath in the config. commenting out the imgmath extension allows the docs to build. But I'm a noob with sphinx so I don't know if imgmath would be preferred over mathjax. I assume it's either-or. I think the docs are pushing imgmath.

gureckis commented 8 years ago

i'll try removing imgmath. i'm not sure the docs use any math typesetting actually.

gureckis commented 8 years ago

this seemed to work, thanks