Skip to content

Commit

Permalink
ci: fix rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 6, 2025
1 parent 966db83 commit 56b10a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ build:
jobs:
post_checkout:
- git fetch --unshallow || true
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt
Expand Down
8 changes: 3 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
mock
numpy
qpimage
sphinx==4.3.0
sphinxcontrib.bibtex>=2.0
sphinx_rtd_theme==1.0

sphinx
sphinxcontrib.bibtex
sphinx_rtd_theme

0 comments on commit 56b10a4

Please sign in to comment.