Skip to content

Commit bbd95cb

Browse files
committed
update rtd config
1 parent 473effb commit bbd95cb

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

.readthedocs.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
11
# .readthedocs.yaml
22
# Read the Docs configuration file
3-
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
# See: https://docs.readthedocs.io/en/stable/config-file/v2.html
44

5-
# Required
6-
version: 2
5+
version: 2 # Required
76

8-
# Make additional formats available for download
7+
# Documentation formats to build and make available
98
formats:
109
- pdf
1110
- epub
1211

13-
# Set the version of Python and other tools you might need
1412
build:
1513
os: ubuntu-22.04
1614
tools:
17-
python: "mambaforge-22.9"
15+
python: "3.11" # Use standard CPython version; `mambaforge-22.9` is not valid here
1816

19-
# Build documentation in the docs/ directory with Sphinx
20-
sphinx:
21-
configuration: docs/conf.py
22-
23-
# We recommend specifying your dependencies to enable reproducible builds:
24-
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
17+
# Python-related configuration
2518
python:
2619
install:
2720
- method: pip
2821
path: .
2922
extra_requirements:
30-
- dev
23+
- dev
24+
25+
# Sphinx configuration
26+
sphinx:
27+
configuration: docs/conf.py

0 commit comments

Comments
 (0)