diff --git a/.readthedocs.yml b/.readthedocs.yml index cf5c394..4408ed4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: builder: html @@ -15,6 +21,7 @@ formats: - pdf python: - version: 3.8 install: - requirements: docs/requirements.txt + - method: pip + path: . diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..432ea87 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +[project] +name = "ERSEM" +dynamic = ["version"] +authors = [{ name = "PML modelling" }] +readme = "README.md"