unibe-cns / NEAT

NEAT (NEural Analysis Toolkit)
Other
12 stars 15 forks source link

Set examples to not plot and fix image paths #155

Open jessica-mitchell opened 1 month ago

jessica-mitchell commented 1 month ago

This PR fixes how the Python examples are run with Sphinx gallery/ nbsphinx Executing the examples and notebooks is disabled to allow the docs to be built on Read the Docs eventually (if it is enabled nest, neat, and neuron need to be installed, which is not possible on Read the Docs due to timeouts). This also means the local environment does not need all of these tools to build the docs.

The path to the images is also corrected.