diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..65025f3 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Build documentation in the docs/ directory with Sphinx +sphinx: + builder: html + configuration: docs/source/conf.py + +python: + version: "3.8" + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..4404904 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,18 @@ +numpy +pandas +pyparsing +regex +requests +scipy +setuptools +sortedcontainers +sympy +python-libsbml +lark +lark-parser +pip +pytest +pymodelchecking +sphinx +sphinx_rtd_theme +myst-parser