diff --git a/docs/environment.yml b/docs/environment.yml new file mode 100755 index 0000000..89b453f --- /dev/null +++ b/docs/environment.yml @@ -0,0 +1,13 @@ +name: readthedocs +channels: + - conda-forge + - bioconda + - defaults +dependencies: + - pip + - numpy<1.24.0 #avoid errors caused by 1.24 + - pandoc>=2.14 + - pip: + - sphinx>=3.0 + - sphinx-rtd-theme>=0.5 + - nbsphinx>=0.8 diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100755 index 0000000..22f6810 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,3 @@ +sphinx>=3.0 +sphinx-rtd-theme>=0.5 +nbsphinx>=0.8 \ No newline at end of file diff --git a/docs/source/API.rst b/docs/source/API.rst new file mode 100644 index 0000000..cc8f1aa --- /dev/null +++ b/docs/source/API.rst @@ -0,0 +1,2 @@ +API +=== \ No newline at end of file diff --git a/docs/source/About STREAM2.rst b/docs/source/About STREAM2.rst new file mode 100644 index 0000000..4b4fc29 --- /dev/null +++ b/docs/source/About STREAM2.rst @@ -0,0 +1,2 @@ +About STREAM2 +============= \ No newline at end of file