diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle
index 15bc952b04853c7e6e6a4d04d42f77ff3e974648..97b14fc44d983039938cfbccf8ea234c6235a75c 100644
Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ
diff --git a/docs/_build/doctrees/source/AmpScan.doctree b/docs/_build/doctrees/source/AmpScan.doctree
index fcb5dc9e134f6782fcb45ea8312a7e07284c8e82..fadf1a794a02e4a252228237d99c3cef34c43ece 100644
Binary files a/docs/_build/doctrees/source/AmpScan.doctree and b/docs/_build/doctrees/source/AmpScan.doctree differ
diff --git a/docs/readthedocs-environment.yml b/docs/readthedocs-environment.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a85ab7c96c26c43c28cb043105922bd7d4334675
--- /dev/null
+++ b/docs/readthedocs-environment.yml
@@ -0,0 +1,10 @@
+channels:
+  - conda-forge
+dependencies:
+  - python==3.5
+  - sphinx>=1.4
+  - pandoc
+  - nbconvert
+  - ipykernel
+  - pip:
+    - nbsphinx
\ No newline at end of file
diff --git a/readthedocs.yml b/readthedocs.yml
new file mode 100644
index 0000000000000000000000000000000000000000..c19baf3adce9b858d73ea7ebe1e96081e908cd5e
--- /dev/null
+++ b/readthedocs.yml
@@ -0,0 +1,2 @@
+conda:
+  file: readthedocs-environment.yml
\ No newline at end of file