Skip to content

Commit

Permalink
Merge da3d8fa into f41bbb3
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Nov 4, 2023
2 parents f41bbb3 + da3d8fa commit af6fbc4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
# File: .readthedocs.yaml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build from the doc/ directory with Sphinx
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"
apt_packages:
- pandoc
jobs:
pre_build:
# Each command is executed in a new shell process
- cd doc; python source/tutorials-website/create_tutorials_html.py

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/source/conf.py

# Explicitly set the version of Python and its requirements
# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
version: 3.8
install:
- requirements: doc/requirements.txt
- method: pip
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.22.4
scipy==1.10.0
qutip==4.7.0
qutip==4.7.3
cython==0.29.30
sphinx==5.0.2
sphinx_rtd_theme==1.0.0
Expand Down

0 comments on commit af6fbc4

Please sign in to comment.