Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

sphinx:
configuration: doc/source/conf.py

formats: all

build:
os: ubuntu-lts-latest
tools:
python: "3.12"

python:
install:
- requirements: doc/source/requirements-rtd.txt
- method: pip
path: .
18 changes: 0 additions & 18 deletions .readthedocs.yml

This file was deleted.

6 changes: 5 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = [
'_build',
'Thumbs.db',
'.DS_Store'
]


# -- Options for HTML output -------------------------------------------------
Expand Down
13 changes: 0 additions & 13 deletions doc/source/environment.yml

This file was deleted.

4 changes: 4 additions & 0 deletions doc/source/requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sphinx
sphinx_rtd_theme
numpydoc
m2r2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "LFPykit"
version = "0.6.0"
version = "0.6.1"
description = "Electrostatic models for multicompartment neuron models"
authors = ["LFPy-team <lfpy@users.noreply.github.com>"]

Expand Down
Loading