diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..584916082 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,17 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + +python: + install: + - requirements: requirements.txt + +formats: [ pdf ] diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..d48fdda0c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +Babel==2.12.1 +myst-parser==1.0.0 +pydata-sphinx-theme==0.12.0 +sphinx==5.3.0 +sphinx-copybutton==0.5.2 +sphinx-hoverxref==1.3.0 +sphinx-multiproject==1.0.0rc1 +sphinx_design==0.4.1 +jinja2==3.1.2 \ No newline at end of file