Skip to content

Commit

Permalink
adding requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
l-gorman committed Mar 26, 2021
1 parent 9db1907 commit 9a591aa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_build/
9 changes: 9 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2

sphinx:
configuration: ./conf.py

python:
version: 3.7
install:
- requirements: ./requirements.txt
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme

import sphinx_markdown_tables
# -- Project information -----------------------------------------------------

project = 'LegumeCHOICE'
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx_rtd_theme
recommonmark
sphinx_markdown_tables

0 comments on commit 9a591aa

Please sign in to comment.