Skip to content

Commit

Permalink
Add readthedocs yaml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Nov 12, 2019
1 parent 16975c3 commit d41d89f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# .readthedocs.yml
version: 2
sphinx:
builder: html
configuration: docs/conf.py
formats: all
python:
version: 3.7
install:
- requirements: docs/requirements.txt
submodules:
exclude: all
6 changes: 6 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
breathe==4.13.1
docutils==0.14
Pygments==2.3.1
pyparsing==2.4.2
Sphinx==2.1.2
sphinxcontrib-bibtex==0.4.2

0 comments on commit d41d89f

Please sign in to comment.