Skip to content

Commit 4d752ea

Browse files
committed
update rtd.yaml with path to config and latest python, remove redundant .bat file
1 parent 1a52790 commit 4d752ea

2 files changed

Lines changed: 5 additions & 40 deletions

File tree

docs/make.bat

Lines changed: 0 additions & 36 deletions
This file was deleted.

readthedocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ build:
66
image: latest
77

88
python:
9-
version: 3.8
9+
version: 3.13
1010
install:
1111
- method: pip
1212
path: .
13-
- requirements: docs/requirements.txt
13+
- requirements: docs
1414

15-
conda:
16-
environment: docs/requirements.yaml
15+
sphinx:
16+
# Path to your Sphinx configuration file.
17+
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)