File tree Expand file tree Collapse file tree 4 files changed +35
-18
lines changed
Expand file tree Collapse file tree 4 files changed +35
-18
lines changed Original file line number Diff line number Diff line change @@ -128,3 +128,4 @@ dmypy.json
128128.pyre /
129129* .rpm
130130src /subprocess_tee /_version.py
131+ _readthedocs
Original file line number Diff line number Diff line change 1+ ---
2+ version : 2
3+
4+ mkdocs :
5+ fail_on_warning : true
6+ configuration : mkdocs.yml
7+
8+ build :
9+ os : ubuntu-24.04
10+ tools :
11+ python : " 3.11"
12+ commands :
13+ - pip install --user tox
14+ - python3 -m tox -e docs
15+ python :
16+ install :
17+ - method : pip
18+ path : tox
19+ - method : pip
20+ path : .
21+ extra_requirements :
22+ - docs
23+ submodules :
24+ include : all
25+ recursive : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ min_version = 4.6.3
44env_list =
55 lint
66 pkg
7+ docs
78 deps
89 py
910 alpine
@@ -69,11 +70,17 @@ allowlist_externals =
6970 docker
7071
7172[testenv:docs]
72- description = Build docs
73+ description = Builds docs
74+ package = editable
75+ skip_install = false
7376extras =
7477 docs
78+ set_env =
79+ DYLD_FALLBACK_LIBRARY_PATH = /opt/homebrew/lib:{env:LD_LIBRARY_PATH}
80+ NO_COLOR = 1
81+ TERM = dump
7582commands =
76- mkdocs build --strict
83+ mkdocs {posargs: build --strict -- site-dir =_readthedocs/html/}
7784
7885[testenv:lint]
7986description = Run all linters
You can’t perform that action at this time.
0 commit comments