Merge pull request #1905 from paulromano/readthedocs-fix

Fix readthedocs build issue by pinning sphinx
This commit is contained in:
Patrick Shriwise 2021-11-17 08:35:38 -06:00 committed by GitHub
commit 02239256f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

13
.readthedocs.yaml Normal file
View file

@ -0,0 +1,13 @@
version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.9"
sphinx:
configuration: docs/source/conf.py
python:
install:
- requirements: docs/requirements-rtd.txt

View file

@ -1,3 +1,4 @@
sphinx==4.3.0
sphinx-numfig
jupyter
sphinxcontrib-katex