Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Rtd warning fix #100

Merged
merged 12 commits into from
Nov 30, 2021
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
# test docs build only on PR
#----------------------------------------------
- name: Test docs build
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
run: |
cd docs
poetry run make html SPHINXOPTS="-W"
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ formats:
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# sphinx <4 required by myst-nb v0.12.0 (Feb 2021)
# We might want to use myst-nb for doc tutorials with jupyter notebooks!
sphinx >=3, <4
sphinx-rtd-theme==0.5.2
sphinx-rtd-theme==0.5.2
.
Loading