Skip to content

Commit 3ca29cc

Browse files
committed
tried to fix sphinx documentation (probably unsuccessfully)
1 parent d9b0a28 commit 3ca29cc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ sphinx:
3232
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
3333
python:
3434
install:
35-
- requirements: docs/requirements.txt
35+
- method: pip
36+
path: .
37+
extra_requirements:
38+
- rtdtest
39+
- requirements: docs/requirements.txt

src/superneuromat/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
1. create_neurons()
1212
2. create_synapses()
1313
3. Tutorials: one neuron, two neurons
14-
4. Efficient STDP algorithm without loop
1514
1615
"""
1716

0 commit comments

Comments
 (0)