File tree 4 files changed +24
-13
lines changed
4 files changed +24
-13
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ docs/source/_build
12
12
man /ansi2html.1.xml
13
13
src /ansi2html /_version.py
14
14
site
15
+ _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-22.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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -71,4 +71,4 @@ commands =
71
71
; --attribute="manual_version=$(python3 -m setuptools_scm)" \
72
72
; --format=manpage -D man \
73
73
; man/ansi2html.1.txt'
74
- mkdocs build --strict
74
+ mkdocs {posargs: build --strict -- site-dir =_readthedocs/html/}
You can’t perform that action at this time.
0 commit comments