Skip to content

Commit

Permalink
[ENH 😣] fix docs with rtd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saratheriver committed Dec 1, 2023
1 parent 77c3d6b commit 6990a06
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.7"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
Expand Down
1 change: 1 addition & 0 deletions docs/python/tutorials/plot_tutorial_01_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# we will use the surface plotter included with BrainSpace. As we'll
# be plotting data onto these hemispheres quite often in this tutorial
# we'll create a simple function for it and plot mean thickness here.

import numpy as np
from brainspace.plotting import plot_hemispheres

Expand Down

0 comments on commit 6990a06

Please sign in to comment.