Skip to content

Commit

Permalink
Added config file for readthedocs and requirements file to correctly …
Browse files Browse the repository at this point in the history
…build docs
  • Loading branch information
xtrojak committed Feb 12, 2022
1 parent 94d4911 commit 5e75761
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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
18 changes: 18 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5e75761

Please sign in to comment.