diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..7be6fdb --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,18 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + jobs: + pre_build: + # Generate the Sphinx configuration for this Jupyter Book so it builds. + - "jupyter-book config sphinx docs/" + +python: + install: + - requirements: docs/requirements.txt + +sphinx: + builder: html + fail_on_warning: false diff --git a/docs/requirements.txt b/docs/requirements.txt index 7e821e4..95ddb8d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,7 @@ jupyter-book matplotlib numpy +sphinx-inline-tabs +sphinx-examples +sphinx-proof +sphinx-hoverxref