File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed
Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 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
98formats :
109 - pdf
1110 - epub
1211
13- # Set the version of Python and other tools you might need
1412build :
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
2518python :
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
You can’t perform that action at this time.
0 commit comments