Skip to content

Commit

Permalink
set up read the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Apr 3, 2021
1 parent 7d3c282 commit d661025
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# File: .readthedocs.yaml

version: 2

# Build from the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Explicitly set the version of Python and its requirements
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
path: .
9 changes: 9 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
numpy==1.19
scipy==1.5.3
qutip==4.5.3
cython==0.29.21
sphinx==3.5.2
sphinx_rtd_theme==0.5.1
readthedocs-sphinx-search==0.1.0rc3
numpydoc==1.1.0
matplotlib==3.3.4

0 comments on commit d661025

Please sign in to comment.