Skip to content
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ build:
- git fetch --unshallow || true
pre_install:
- git update-index --assume-unchanged doc/conf.py ci/requirements/doc.yml
- export NO_COLOR=1
- export TERM=dumb
- export FORCE_COLOR=0

conda:
environment: ci/requirements/doc.yml
Expand Down
1 change: 0 additions & 1 deletion ci/requirements/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies:
- sphinx-copybutton
- sphinx-design
- sphinx-inline-tabs
- sphinx>=6,<8
- sphinxcontrib-mermaid
- sphinxcontrib-srclinks
- sphinx-remove-toctrees
Expand Down
Loading
Loading