Skip to content

Commit

Permalink
fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Oct 12, 2023
1 parent 1eeceb2 commit 1bdea6e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

submodules:
include: all
recursive: true

build:
os: ubuntu-22.04
tools:
python: "3.10"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>=2.4
sphinx
IPython
pygments-mathematica
pybtex
Expand All @@ -7,7 +7,7 @@ furo
sphinxcontrib-bibtex
sphinxcontrib-youtube
sphinx-design
sphinx-gallery==0.10.1
sphinx-gallery
sphinx-copybutton
sphinx-hoverxref
sphinx_tabs
sphinx_tabs>=3.4.1

0 comments on commit 1bdea6e

Please sign in to comment.