Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SC80141 | Fix ReadTheDocs Build #152

18 changes: 7 additions & 11 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ sphinx:
configuration: doc/conf.py

python:
install:
- requirements: requirements-ci.txt
- requirements: doc/requirements.txt
- method: pip
path: .
install:
- requirements: doc/requirements.txt
- method: pip
path: .

build:
os: ubuntu-22.04
tools:
python: "3.8"
jobs:
pre_install:
- echo "setuptools~=66.0\npip~=22.0" >> requirements-ci.txt
os: ubuntu-22.04
tools:
python: "3.9"
5 changes: 5 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ docutils==0.16
StrawberryFields==0.23.0
sphinx==3.5; python_version < "3.10"
sphinx==4.2; python_version == "3.10"
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinx-automodapi==0.13
sphinx-copybutton
sphinxcontrib-bibtex==2.4.2
Expand Down
Loading