Skip to content

Commit

Permalink
Merge pull request #70 from GazzolaLab/wip/rtd_build
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf authored Oct 24, 2023
2 parents 8fbddbb + 41fd972 commit 27a76a2
Show file tree
Hide file tree
Showing 4 changed files with 1,696 additions and 70 deletions.
14 changes: 5 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,20 @@ submodules:

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools: {python: "3.10"}
apt_packages:
- mpich
- cmake
- libhdf5-mpi-dev
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- pip install --upgrade pip
- pip install neuron

python:
install:
- method: pip
path: .
extra_requirements:
- docs
system_packages: true
- poetry install --with docs

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
Loading

0 comments on commit 27a76a2

Please sign in to comment.