File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # .readthedocs.yaml
2+ # Read the Docs configuration file
3+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html
4+
5+ version : 2
6+
7+ build :
8+ os : ubuntu-20.04
9+ tools :
10+ python : " 3.9"
11+
12+ sphinx :
13+ configuration : docs/conf.py
14+
15+ formats :
16+ - epub
17+ - pdf
18+
19+ python :
20+ install :
21+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ include .coveragerc
99include .editorconfig
1010include .flake8
1111include .mypy.ini
12+ include .readthedocs.yaml
1213
1314include tox.ini
1415
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ packages = [
3333 { include = ' .editorconfig' , format = " sdist" },
3434 { include = ' .flake8' , format = " sdist" },
3535 { include = ' .mypy.ini' , format = " sdist" },
36+ { include = ' .readthedocs.yaml' , format = " sdist" },
3637 { include = ' poetry.lock' , format = " sdist" },
3738 { include = ' tox.ini' , format = " sdist" },
3839 { include = ' setup.cfg' , format = " sdist" },
You can’t perform that action at this time.
0 commit comments