-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepared necessary files for readthedocs integration
- Loading branch information
Oliver Kloß
committed
Oct 13, 2023
1 parent
a8bc3b5
commit 125c7b1
Showing
4 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: networkunit | ||
|
||
channels: | ||
|
||
dependencies: | ||
- python>=3.11 | ||
|
||
|
||
- sciunit >= 0.2.2 | ||
- jupyter >= 1.0.0 | ||
- tabulate >= 0.8.2 | ||
- networkx >= 2.1 | ||
- seaborn >= 0.8.1 | ||
- numpy >= 1.15.3 | ||
- odml >= 1.3.0 | ||
- opencv-python | ||
- pip: | ||
- neo>=0.10.0 | ||
- elephant >= 0.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# readthedocs version | ||
version: 2 | ||
|
||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.11" | ||
|
||
sphinx: | ||
builder: html | ||
configuration: doc/conf.py | ||
|
||
conda: | ||
environment: ./environment-docs.yml | ||
|
||
python: | ||
install: | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Packages required to build docs (in addition to requirements-tutorials.rst) | ||
|
||
jupyter>=1.0.0 | ||
sphinx>=7.2.5 | ||
nbsphinx>=0.9.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters