File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # https://docs.readthedocs.io/en /stable/config-file/v2 .html
1+ # https://docs.readthedocs.com/platform /stable/intro/mkdocs .html
22
33version : 2
44
55build :
6- os : ubuntu-22 .04
6+ os : ubuntu-24 .04
77 tools :
8- python : " 3.11"
8+ python : " 3"
9+ jobs :
10+ pre_install :
11+ - pip install --progress-bar off 'mkdocstrings[python]' 'mkdocs-material[imaging]' 'git+https://github.com/mkdocstrings/griffe'
912
10- sphinx :
11- configuration : docs/conf.py
13+ mkdocs :
14+ configuration : mkdocs.yml
1215
1316# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
1417python :
Original file line number Diff line number Diff line change 11site_name : pigwig
2- site_url : https://raylu.github.io/pigwig
2+ site_url : !ENV READTHEDOCS_CANONICAL_URL
33repo_url : https://github.com/raylu/pigwig
44edit_uri : edit/main/docs/
55plugins :
You can’t perform that action at this time.
0 commit comments