Skip to content

Commit

Permalink
run docs for sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsanj committed Aug 3, 2024
1 parent d47e51b commit df445d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ build:
image: latest

python:
version: 3.7
version: 3.11
install:
- method: pip
path: .
extra_requirements:
- sphinx
- docs
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
skipsdist = true
envlist = py{38,39,310,311,312}, ruff, dist, manifest, docs
envlist = py{38,39,310,311,312}, lint, manifest, docs

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311, ruff, dist, manifest
3.11: py311, lint, manifest
3.12: py312

# Linters
Expand Down Expand Up @@ -53,7 +53,6 @@ basepython =
py312: python3.12
lint: python3.11
manifest: python3.11
dist: python3.11
docs: python3.11
deps = .[dev]
commands = pytest -vv --maxfail=2 --cov=testbook --cov-report=xml -W always {posargs}

0 comments on commit df445d2

Please sign in to comment.