diff --git a/docs/getting_started/Noise.ipynb b/docs/getting_started/Noise.ipynb index 945b361..8a99ac3 100644 --- a/docs/getting_started/Noise.ipynb +++ b/docs/getting_started/Noise.ipynb @@ -5,7 +5,7 @@ "id": "85bfa9aa-f4af-4c10-8a35-db174bd7cc11", "metadata": {}, "source": [ - "# Noise - how it is modeled in synpivimage\n", + "# Modelling of noise\n", "\n", "Two noise sources are modeled:\n", "- Gaussian noise (baseline+dark noise), which is independent of the photon counts\n", diff --git a/readthedocs.yaml b/readthedocs.yaml new file mode 100644 index 0000000..d0d1500 --- /dev/null +++ b/readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.8" + +python: + install: + - requirements: requirements-doc.txt + +sphinx: + configuration: docs/conf.py